Html Css Color HEX #399DCB Summer Sky

📋 copy color: '#399DCB'

red 57 ◦ green 157 ◦ blue 203

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

Shades of Summer Sky #399DCB

Tints of Summer Sky #399DCB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.65%

 BLUE value IS 203 (79.69% from 255) = 48.68%

R = 13.67%
G = 37.65%
B = 48.68%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#399DCB (or 0x399DCB) is known color: Summer Sky. HEX triplet: 39, 9D and CB. RGB value is (57,157,203). Sum of RGB (Red+Green+Blue) = 57+157+203=417 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.67% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #399DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399DCB is #C66234. Grayscale: #848484. Windows color (decimal): -13001269 or 13344057. OLE color: 13344057.

HSL color Cylindrical-coordinate representation of color #399DCB: hue angle of 198.9º degrees, saturation: 0.58, 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 #399DCB is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 57 157 203 -
CMYK 0.72 0.23 0 0.20
HSL 198.9º 0.58% 0.51% -
HSV(B) 198.9º 0.72% 0.8% -
XYZ 24.52 29.3 60.86 -
YUV 132.34 167.87 74.26 -
System Red Green Blue C M Y K H S L
Decimal 57 157 203 0.72 0.23 0 0.20 198.9 0.58 0.51
Hex 39 9D CB 48 17 0 14 C7 3A 33
Octal 71 235 313 110 27 0 24 307 72 63
Binary 111001 10011101 11001011 1001000 10111 0 10100 11000111 111010 110011

Color Harmonies of #399DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399DCB

Black with #399DCB

Text Example


Text Example

White with #399DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,157,203); }

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

background-color css

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

 a { background-color: rgb(57,157,203); }

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

border-color css

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

 span { border-color: rgb(57,157,203); }

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