#3CCCE8

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

Shades of Summer Sky #3CCCE8

Tints of Summer Sky #3CCCE8

Color information

#3CCCE8 (or 0x3CCCE8) is unknown color: approx Summer Sky. HEX triplet: 3C, CC and E8. RGB value is (60,204,232). Sum of RGB (Red+Green+Blue) = 60+204+232=496 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.10% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 232 (91.02% from 255 or 46.77% from 496); Max value from RGB is 232 - color contains mainly: blue. Hex color #3CCCE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CCCE8 is #C33317. Grayscale: #A3A3A3. Windows color (decimal): -12792600 or 15256636. OLE color: 15256636.

HSL color Cylindrical-coordinate representation of color #3CCCE8: hue angle of 189.77º degrees, saturation: 0.79, 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 #3CCCE8 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB60204232-
CMYK0.740.1200.09
HSL189.77º78.9%57.25%-
HSV(B)189.77º74.14%90.98%-
XYZ38.0249.9783.99-
YUV164.14166.2953.72-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.10%
GREEN value IS 204 (80.08% from 255) = 41.13%
BLUE value IS 232 (91.02% from 255) = 46.77%
R=12.10%
G=41.13%
B=46.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal602042320.740.1200.09189.7778.957.25
Hex3CCCE84AC09be4f39
Octal743143501121401127611771
Binary11110011001100111010001001010110001001101111101001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CCCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,204,232); }

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

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

 a { background-color: rgb(60,204,232); }

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

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

 span { border-color: rgb(60,204,232); }

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