#2CC4DD

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

Shades of Summer Sky #2CC4DD

Tints of Summer Sky #2CC4DD

Color information

#2CC4DD (or 0x2CC4DD) is unknown color: approx Summer Sky. HEX triplet: 2C, C4 and DD. RGB value is (44,196,221). Sum of RGB (Red+Green+Blue) = 44+196+221=461 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.54% from 461); Green value is 196 (76.95% from 255 or 42.52% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #2CC4DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CC4DD is #D33B22. Grayscale: #999999. Windows color (decimal): -13843235 or 14533676. OLE color: 14533676.

HSL color Cylindrical-coordinate representation of color #2CC4DD: hue angle of 188.47º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CC4DD is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB44196221-
CMYK0.800.1100.13
HSL188.47º72.24%51.96%-
HSV(B)188.47º80.09%86.67%-
XYZ33.8345.2475.35-
YUV153.4166.1449.97-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.54%
GREEN value IS 196 (76.95% from 255) = 42.52%
BLUE value IS 221 (86.72% from 255) = 47.94%
R=9.54%
G=42.52%
B=47.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal441962210.800.1100.13188.4772.2451.96
Hex2CC4DD50B0Dbc4834
Octal543043351201301527411064
Binary10110011000100110111011010000101101101101111001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,196,221); }

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

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

 a { background-color: rgb(44,196,221); }

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

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

 span { border-color: rgb(44,196,221); }

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