#3CA0E9

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

Shades of Summer Sky #3CA0E9

Tints of Summer Sky #3CA0E9

Color information

#3CA0E9 (or 0x3CA0E9) is unknown color: approx Summer Sky. HEX triplet: 3C, A0 and E9. RGB value is (60,160,233). Sum of RGB (Red+Green+Blue) = 60+160+233=453 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.25% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 233 (91.41% from 255 or 51.43% from 453); Max value from RGB is 233 - color contains mainly: blue. Hex color #3CA0E9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CA0E9 is #C35F16. Grayscale: #8A8A8A. Windows color (decimal): -12803863 or 15310908. OLE color: 15310908.

HSL color Cylindrical-coordinate representation of color #3CA0E9: hue angle of 205.32º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CA0E9 is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB60160233-
CMYK0.740.3100.09
HSL205.32º79.72%57.45%-
HSV(B)205.32º74.25%91.37%-
XYZ29.1431.9981.73-
YUV138.42181.3772.06-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.25%
GREEN value IS 160 (62.89% from 255) = 35.32%
BLUE value IS 233 (91.41% from 255) = 51.43%
R=13.25%
G=35.32%
B=51.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal601602330.740.3100.09205.3279.7257.45
Hex3CA0E94A1F09cd5039
Octal742403511123701131512071
Binary111100101000001110100110010101111101001110011011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,160,233); }

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

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

 a { background-color: rgb(60,160,233); }

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

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

 span { border-color: rgb(60,160,233); }

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