#2CD2F4

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

Shades of Summer Sky #2CD2F4

Tints of Summer Sky #2CD2F4

Color information

#2CD2F4 (or 0x2CD2F4) is unknown color: approx Summer Sky. HEX triplet: 2C, D2 and F4. RGB value is (44,210,244). Sum of RGB (Red+Green+Blue) = 44+210+244=498 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.84% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 244 (95.70% from 255 or 49.00% from 498); Max value from RGB is 244 - color contains mainly: blue. Hex color #2CD2F4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CD2F4 is #D32D0B. Grayscale: #A3A3A3. Windows color (decimal): -13839628 or 16044588. OLE color: 16044588.

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

Color convert

RGB44210244-
CMYK0.820.1400.04
HSL190.2º90.09%56.47%-
HSV(B)190.2º81.97%95.69%-
XYZ40.4153.1693.72-
YUV164.2417342.24-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 8.84%
GREEN value IS 210 (82.42% from 255) = 42.17%
BLUE value IS 244 (95.70% from 255) = 49.00%
R=8.84%
G=42.17%
B=49.00%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal442102440.820.1400.04190.290.0956.47
Hex2CD2F452E04be5a38
Octal54322364122160427613270
Binary1011001101001011110100101001011100100101111101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CD2F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,210,244); }

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

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

 a { background-color: rgb(44,210,244); }

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

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

 span { border-color: rgb(44,210,244); }

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