#399DC8

Color #399DC8 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #399DC8

Tints of Summer Sky #399DC8

Color information

#399DC8 (or 0x399DC8) is unknown color: approx Summer Sky. HEX triplet: 39, 9D and C8. RGB value is (57,157,200). Sum of RGB (Red+Green+Blue) = 57+157+200=414 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.77% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 200 (78.52% from 255 or 48.31% from 414); Max value from RGB is 200 - color contains mainly: blue. Hex color #399DC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399DC8 is #C66237. Grayscale: #838383. Windows color (decimal): -13001272 or 13147449. OLE color: 13147449.

HSL color Cylindrical-coordinate representation of color #399DC8: hue angle of 198.04º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #399DC8 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB57157200-
CMYK0.720.2200.22
HSL198.04º56.52%50.39%-
HSV(B)198.04º71.5%78.43%-
XYZ24.1729.1559-
YUV132166.3774.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.77%
GREEN value IS 157 (61.72% from 255) = 37.92%
BLUE value IS 200 (78.52% from 255) = 48.31%
R=13.77%
G=37.92%
B=48.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal571572000.720.2200.22198.0456.5250.39
Hex399DC84816016c63932
Octal71235310110260263067162
Binary111001100111011100100010010001011001011011000110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #399DC8;
 }
 .AnyTagClassName
 {
   color: #399DC8;
 }
</style>
background-color css

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

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

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

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

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

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