#2AC5D8

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

Shades of Summer Sky #2AC5D8

Tints of Summer Sky #2AC5D8

Color information

#2AC5D8 (or 0x2AC5D8) is unknown color: approx Summer Sky. HEX triplet: 2A, C5 and D8. RGB value is (42,197,216). Sum of RGB (Red+Green+Blue) = 42+197+216=455 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.23% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 216 (84.77% from 255 or 47.47% from 455); Max value from RGB is 216 - color contains mainly: blue. Hex color #2AC5D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AC5D8 is #D53A27. Grayscale: #989898. Windows color (decimal): -13974056 or 14206250. OLE color: 14206250.

HSL color Cylindrical-coordinate representation of color #2AC5D8: hue angle of 186.55º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AC5D8 is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB42197216-
CMYK0.810.0900.15
HSL186.55º69.05%50.59%-
HSV(B)186.55º80.56%84.71%-
XYZ33.3245.3871.97-
YUV152.82163.6548.96-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.23%
GREEN value IS 197 (77.34% from 255) = 43.30%
BLUE value IS 216 (84.77% from 255) = 47.47%
R=9.23%
G=43.30%
B=47.47%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal421972160.810.0900.15186.5569.0550.59
Hex2AC5D85190Fbb4533
Octal523053301211101727310563
Binary10101011000101110110001010001100101111101110111000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,197,216); }

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

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

 a { background-color: rgb(42,197,216); }

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

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

 span { border-color: rgb(42,197,216); }

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