#3caadc

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

Shades of Summer Sky #3CAADC

Tints of Summer Sky #3CAADC

Color information

#3CAADC (or 0x3CAADC) is unknown color: approx Summer Sky. HEX triplet: 3C, AA and DC. RGB value is (60,170,220). Sum of RGB (Red+Green+Blue) = 60+170+220=450 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.33% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #3CAADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CAADC is #C35523. Grayscale: #8E8E8E. Windows color (decimal): -12801316 or 14461500. OLE color: 14461500.

HSL color Cylindrical-coordinate representation of color #3CAADC: hue angle of 198.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CAADC is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB60170220-
CMYK0.730.2300.14
HSL198.75º69.57%54.9%-
HSV(B)198.75º72.73%86.27%-
XYZ29.1634.8872.91-
YUV142.81171.5668.93-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.33%
GREEN value IS 170 (66.80% from 255) = 37.78%
BLUE value IS 220 (86.33% from 255) = 48.89%
R=13.33%
G=37.78%
B=48.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal601702200.730.2300.14198.7569.5754.9
Hex3CAADC49170Ec74637
Octal742523341112701630710667
Binary111100101010101101110010010011011101110110001111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3caadc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,170,220); }

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

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

 a { background-color: rgb(60,170,220); }

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

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

 span { border-color: rgb(60,170,220); }

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