#3CC0F2

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

Shades of Summer Sky #3CC0F2

Tints of Summer Sky #3CC0F2

Color information

#3CC0F2 (or 0x3CC0F2) is unknown color: approx Summer Sky. HEX triplet: 3C, C0 and F2. RGB value is (60,192,242). Sum of RGB (Red+Green+Blue) = 60+192+242=494 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.15% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 242 - color contains mainly: blue. Hex color #3CC0F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CC0F2 is #C33F0D. Grayscale: #9D9D9D. Windows color (decimal): -12795662 or 15908924. OLE color: 15908924.

HSL color Cylindrical-coordinate representation of color #3CC0F2: hue angle of 196.48º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CC0F2 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB60192242-
CMYK0.750.2100.05
HSL196.48º87.5%59.22%-
HSV(B)196.48º75.21%94.9%-
XYZ36.7445.0790.77-
YUV158.23175.2757.93-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.15%
GREEN value IS 192 (75.39% from 255) = 38.87%
BLUE value IS 242 (94.92% from 255) = 48.99%
R=12.15%
G=38.87%
B=48.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal601922420.750.2100.05196.4887.559.22
Hex3CC0F24B1505c4583b
Octal74300362113250530413073
Binary11110011000000111100101001011101010101110001001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,192,242); }

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

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

 a { background-color: rgb(60,192,242); }

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

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

 span { border-color: rgb(60,192,242); }

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