Html Css Color HEX #399ECF Summer Sky

📋 copy color: '#399ECF'

red 57 ◦ green 158 ◦ blue 207

#399ECF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #399ECF

Tints of Summer Sky #399ECF

RGB

 RED value IS 57 (22.66% from 255) = 13.51%

 GREEN value IS 158 (62.11% from 255) = 37.44%

 BLUE value IS 207 (81.25% from 255) = 49.05%

R = 13.51%
G = 37.44%
B = 49.05%

CMYK

 C value IS 0.72

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#399ECF (or 0x399ECF) is known color: Summer Sky. HEX triplet: 39, 9E and CF. RGB value is (57,158,207). Sum of RGB (Red+Green+Blue) = 57+158+207=422 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.51% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #399ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399ECF is #C66130. Grayscale: #858585. Windows color (decimal): -13001009 or 13606457. OLE color: 13606457.

HSL color Cylindrical-coordinate representation of color #399ECF: hue angle of 199.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #399ECF is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 57 158 207 -
CMYK 0.72 0.24 0 0.19
HSL 199.6º 0.61% 0.52% -
HSV(B) 199.6º 0.72% 0.81% -
XYZ 25.18 29.83 63.46 -
YUV 133.39 169.54 73.52 -
System Red Green Blue C M Y K H S L
Decimal 57 158 207 0.72 0.24 0 0.19 199.6 0.61 0.52
Hex 39 9E CF 48 18 0 13 C8 3D 34
Octal 71 236 317 110 30 0 23 310 75 64
Binary 111001 10011110 11001111 1001000 11000 0 10011 11001000 111101 110100

Color Harmonies of #399ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399ECF

Black with #399ECF

Text Example


Text Example

White with #399ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399ECF; }

 p { color: rgb(57,158,207); }

 H1.HeaderClassName
 {
   color: #399ECF;
 }
 .AnyTagClassName
 {
   color: #399ECF;
 }
</style>

background-color css

<style>
 a { background-color: #399ECF; }

 a { background-color: rgb(57,158,207); }

 div.DivClassName
 {
   background-color: #399ECF;
 }
 .BgClassName
 {
   background-color: #399ECF;
 }
</style>

border-color css

<style>
 span { border-color: #399ECF; }

 span { border-color: rgb(57,158,207); }

 td.TdClassName
 {
   border-color: #399ECF;
 }
 .TagClassName
 {
   border-color: #399ECF;
 }
</style>