#2ACCDD

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

Shades of Summer Sky #2ACCDD

Tints of Summer Sky #2ACCDD

Color information

#2ACCDD (or 0x2ACCDD) is unknown color: approx Summer Sky. HEX triplet: 2A, CC and DD. RGB value is (42,204,221). Sum of RGB (Red+Green+Blue) = 42+204+221=467 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.99% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #2ACCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACCDD is #D53322. Grayscale: #9D9D9D. Windows color (decimal): -13972259 or 14535722. OLE color: 14535722.

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

Color convert

RGB42204221-
CMYK0.810.0800.13
HSL185.7º72.47%51.57%-
HSV(B)185.7º81%86.67%-
XYZ35.648.975.97-
YUV157.5163.8345.62-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 8.99%
GREEN value IS 204 (80.08% from 255) = 43.68%
BLUE value IS 221 (86.72% from 255) = 47.32%
R=8.99%
G=43.68%
B=47.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal422042210.810.0800.13185.772.4751.57
Hex2ACCDD5180Dba4834
Octal523143351211001527211064
Binary10101011001100110111011010001100001101101110101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ACCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,204,221); }

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

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

 a { background-color: rgb(42,204,221); }

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

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

 span { border-color: rgb(42,204,221); }

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