#3CA8CE

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

Shades of Summer Sky #3CA8CE

Tints of Summer Sky #3CA8CE

Color information

#3CA8CE (or 0x3CA8CE) is unknown color: approx Summer Sky. HEX triplet: 3C, A8 and CE. RGB value is (60,168,206). Sum of RGB (Red+Green+Blue) = 60+168+206=434 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.82% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #3CA8CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CA8CE is #C35731. Grayscale: #8B8B8B. Windows color (decimal): -12801842 or 13543484. OLE color: 13543484.

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

Color convert

RGB60168206-
CMYK0.710.1800.19
HSL195.62º59.84%52.16%-
HSV(B)195.62º70.87%80.78%-
XYZ27.0133.4263.42-
YUV140.04165.2270.91-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.82%
GREEN value IS 168 (66.02% from 255) = 38.71%
BLUE value IS 206 (80.86% from 255) = 47.47%
R=13.82%
G=38.71%
B=47.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal601682060.710.1800.19195.6259.8452.16
Hex3CA8CE4712013c43c34
Octal74250316107220233047464
Binary111100101010001100111010001111001001001111000100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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