#2AC8DD

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

Shades of Summer Sky #2AC8DD

Tints of Summer Sky #2AC8DD

Color information

#2AC8DD (or 0x2AC8DD) is unknown color: approx Summer Sky. HEX triplet: 2A, C8 and DD. RGB value is (42,200,221). Sum of RGB (Red+Green+Blue) = 42+200+221=463 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.07% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #2AC8DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AC8DD is #D53722. Grayscale: #9A9A9A. Windows color (decimal): -13973283 or 14534698. OLE color: 14534698.

HSL color Cylindrical-coordinate representation of color #2AC8DD: hue angle of 187.04º 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 #2AC8DD is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB42200221-
CMYK0.810.1000.13
HSL187.04º72.47%51.57%-
HSV(B)187.04º81%86.67%-
XYZ34.6647.0275.66-
YUV155.15165.1547.29-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.07%
GREEN value IS 200 (78.52% from 255) = 43.20%
BLUE value IS 221 (86.72% from 255) = 47.73%
R=9.07%
G=43.20%
B=47.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal422002210.810.1000.13187.0472.4751.57
Hex2AC8DD51A0Dbb4834
Octal523103351211201527311064
Binary10101011001000110111011010001101001101101110111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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