Html Css Color HEX #399ACC Summer Sky

📋 copy color: '#399ACC'

red 57 ◦ green 154 ◦ blue 204

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

Shades of Summer Sky #399ACC

Tints of Summer Sky #399ACC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.11%

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

R = 13.73%
G = 37.11%
B = 49.16%

CMYK

 C value IS 0.72

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#399ACC (or 0x399ACC) is known color: Summer Sky. HEX triplet: 39, 9A and CC. RGB value is (57,154,204). Sum of RGB (Red+Green+Blue) = 57+154+204=415 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.73% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #399ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399ACC is #C66533. Grayscale: #828282. Windows color (decimal): -13002036 or 13408825. OLE color: 13408825.

HSL color Cylindrical-coordinate representation of color #399ACC: hue angle of 200.41º 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 #399ACC is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 57 154 204 -
CMYK 0.72 0.25 0 0.2
HSL 200.41º 0.59% 0.51% -
HSV(B) 200.41º 0.72% 0.8% -
XYZ 24.14 28.34 61.32 -
YUV 130.7 169.36 75.43 -
System Red Green Blue C M Y K H S L
Decimal 57 154 204 0.72 0.25 0 0.2 200.41 0.59 0.51
Hex 39 9A CC 48 19 0 14 C8 3B 33
Octal 71 232 314 110 31 0 24 310 73 63
Binary 111001 10011010 11001100 1001000 11001 0 10100 11001000 111011 110011

Color Harmonies of #399ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399ACC

Black with #399ACC

Text Example


Text Example

White with #399ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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