#399ACD

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

Shades of Summer Sky #399ACD

Tints of Summer Sky #399ACD

Color information

#399ACD (or 0x399ACD) is unknown color: approx Summer Sky. HEX triplet: 39, 9A and CD. RGB value is (57,154,205). Sum of RGB (Red+Green+Blue) = 57+154+205=416 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.70% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #399ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399ACD is #C66532. Grayscale: #828282. Windows color (decimal): -13002035 or 13474361. OLE color: 13474361.

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

Color convert

RGB57154205-
CMYK0.720.2500.20
HSL200.68º59.68%51.37%-
HSV(B)200.68º72.2%80.39%-
XYZ24.2628.3961.96-
YUV130.81169.8675.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.70%
GREEN value IS 154 (60.55% from 255) = 37.02%
BLUE value IS 205 (80.47% from 255) = 49.28%
R=13.70%
G=37.02%
B=49.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal571542050.720.2500.20200.6859.6851.37
Hex399ACD4819014c93c33
Octal71232315110310243117463
Binary111001100110101100110110010001100101010011001001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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