#399FCD

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

Shades of Summer Sky #399FCD

Tints of Summer Sky #399FCD

Color information

#399FCD (or 0x399FCD) is unknown color: approx Summer Sky. HEX triplet: 39, 9F and CD. RGB value is (57,159,205). Sum of RGB (Red+Green+Blue) = 57+159+205=421 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.54% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #399FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399FCD is #C66032. Grayscale: #858585. Windows color (decimal): -13000755 or 13475641. OLE color: 13475641.

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

Color convert

RGB57159205-
CMYK0.720.2200.20
HSL198.65º59.68%51.37%-
HSV(B)198.65º72.2%80.39%-
XYZ25.130.0762.24-
YUV133.75168.2173.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.54%
GREEN value IS 159 (62.5% from 255) = 37.77%
BLUE value IS 205 (80.47% from 255) = 48.69%
R=13.54%
G=37.77%
B=48.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal571592050.720.2200.20198.6559.6851.37
Hex399FCD4816014c73c33
Octal71237315110260243077463
Binary111001100111111100110110010001011001010011000111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,159,205); }

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

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

 a { background-color: rgb(57,159,205); }

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

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

 span { border-color: rgb(57,159,205); }

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