#3CA8D0

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

Shades of Summer Sky #3CA8D0

Tints of Summer Sky #3CA8D0

Color information

#3CA8D0 (or 0x3CA8D0) is unknown color: approx Summer Sky. HEX triplet: 3C, A8 and D0. RGB value is (60,168,208). Sum of RGB (Red+Green+Blue) = 60+168+208=436 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.76% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 208 (81.64% from 255 or 47.71% from 436); Max value from RGB is 208 - color contains mainly: blue. Hex color #3CA8D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CA8D0 is #C3572F. Grayscale: #8C8C8C. Windows color (decimal): -12801840 or 13674556. OLE color: 13674556.

HSL color Cylindrical-coordinate representation of color #3CA8D0: hue angle of 196.22º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CA8D0 is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB60168208-
CMYK0.710.1900.18
HSL196.22º61.16%52.55%-
HSV(B)196.22º71.15%81.57%-
XYZ27.2533.5264.71-
YUV140.27166.2270.75-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.76%
GREEN value IS 168 (66.02% from 255) = 38.53%
BLUE value IS 208 (81.64% from 255) = 47.71%
R=13.76%
G=38.53%
B=47.71%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal601682080.710.1900.18196.2261.1652.55
Hex3CA8D04713012c43d35
Octal74250320107230223047565
Binary111100101010001101000010001111001101001011000100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CA8D0; }

 p { color: rgb(60,168,208); }

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

<style>
 a { background-color: #3CA8D0; }

 a { background-color: rgb(60,168,208); }

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

<style>
 span { border-color: #3CA8D0; }

 span { border-color: rgb(60,168,208); }

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