Html Css Color HEX #399ECC Summer Sky

📋 copy color: '#399ECC'

red 57 ◦ green 158 ◦ blue 204

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

Shades of Summer Sky #399ECC

Tints of Summer Sky #399ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.69%

R = 13.6%
G = 37.71%
B = 48.69%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#399ECC (or 0x399ECC) is known color: Summer Sky. HEX triplet: 39, 9E and CC. RGB value is (57,158,204). Sum of RGB (Red+Green+Blue) = 57+158+204=419 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.60% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #399ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399ECC is #C66133. Grayscale: #848484. Windows color (decimal): -13001012 or 13409849. OLE color: 13409849.

HSL color Cylindrical-coordinate representation of color #399ECC: hue angle of 198.78º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #399ECC is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 57 158 204 -
CMYK 0.72 0.23 0 0.2
HSL 198.78º 0.59% 0.51% -
HSV(B) 198.78º 0.72% 0.8% -
XYZ 24.81 29.68 61.55 -
YUV 133.05 168.04 73.76 -
System Red Green Blue C M Y K H S L
Decimal 57 158 204 0.72 0.23 0 0.2 198.78 0.59 0.51
Hex 39 9E CC 48 17 0 14 C7 3B 33
Octal 71 236 314 110 27 0 24 307 73 63
Binary 111001 10011110 11001100 1001000 10111 0 10100 11000111 111011 110011

Color Harmonies of #399ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399ECC

Black with #399ECC

Text Example


Text Example

White with #399ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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