#2CCFF0

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

Shades of Summer Sky #2CCFF0

Tints of Summer Sky #2CCFF0

Color information

#2CCFF0 (or 0x2CCFF0) is unknown color: approx Summer Sky. HEX triplet: 2C, CF and F0. RGB value is (44,207,240). Sum of RGB (Red+Green+Blue) = 44+207+240=491 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.96% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 240 (94.14% from 255 or 48.88% from 491); Max value from RGB is 240 - color contains mainly: blue. Hex color #2CCFF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CCFF0 is #D3300F. Grayscale: #A1A1A1. Windows color (decimal): -13840400 or 15781676. OLE color: 15781676.

HSL color Cylindrical-coordinate representation of color #2CCFF0: hue angle of 190.1º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CCFF0 is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB44207240-
CMYK0.820.1400.06
HSL190.1º86.73%55.69%-
HSV(B)190.1º81.67%94.12%-
XYZ39.0851.4590.31-
YUV162.0217243.82-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 8.96%
GREEN value IS 207 (81.25% from 255) = 42.16%
BLUE value IS 240 (94.14% from 255) = 48.88%
R=8.96%
G=42.16%
B=48.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal442072400.820.1400.06190.186.7355.69
Hex2CCFF052E06be5738
Octal54317360122160627612770
Binary1011001100111111110000101001011100110101111101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CCFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CCFF0; }

 p { color: rgb(44,207,240); }

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

<style>
 a { background-color: #2CCFF0; }

 a { background-color: rgb(44,207,240); }

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

<style>
 span { border-color: #2CCFF0; }

 span { border-color: rgb(44,207,240); }

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