#3CCEFE

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

Shades of Summer Sky #3CCEFE

Tints of Summer Sky #3CCEFE

Color information

#3CCEFE (or 0x3CCEFE) is unknown color: approx Summer Sky. HEX triplet: 3C, CE and FE. RGB value is (60,206,254). Sum of RGB (Red+Green+Blue) = 60+206+254=520 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.54% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #3CCEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CCEFE is #C33101. Grayscale: #A7A7A7. Windows color (decimal): -12792066 or 16698940. OLE color: 16698940.

HSL color Cylindrical-coordinate representation of color #3CCEFE: hue angle of 194.85º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CCEFE is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB60206254-
CMYK0.760.1900.00
HSL194.85º98.98%61.57%-
HSV(B)194.85º76.38%99.61%-
XYZ41.8252.26101.65-
YUV167.82176.6351.1-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 11.54%
GREEN value IS 206 (80.86% from 255) = 39.62%
BLUE value IS 254 (99.61% from 255) = 48.85%
R=11.54%
G=39.62%
B=48.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal602062540.760.1900.00194.8598.9861.57
Hex3CCEFE4C1300c3633e
Octal74316376114230030314376
Binary111100110011101111111010011001001100110000111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CCEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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