#2AC0E8

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

Shades of Summer Sky #2AC0E8

Tints of Summer Sky #2AC0E8

Color information

#2AC0E8 (or 0x2AC0E8) is unknown color: approx Summer Sky. HEX triplet: 2A, C0 and E8. RGB value is (42,192,232). Sum of RGB (Red+Green+Blue) = 42+192+232=466 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.01% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 232 (91.02% from 255 or 49.79% from 466); Max value from RGB is 232 - color contains mainly: blue. Hex color #2AC0E8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AC0E8 is #D53F17. Grayscale: #979797. Windows color (decimal): -13975320 or 15253546. OLE color: 15253546.

HSL color Cylindrical-coordinate representation of color #2AC0E8: hue angle of 192.63º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AC0E8 is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB42192232-
CMYK0.820.1700.09
HSL192.63º80.51%53.73%-
HSV(B)192.63º81.9%90.98%-
XYZ34.3744.0283.03-
YUV151.71173.349.75-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.01%
GREEN value IS 192 (75.39% from 255) = 41.20%
BLUE value IS 232 (91.02% from 255) = 49.79%
R=9.01%
G=41.20%
B=49.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal421922320.820.1700.09192.6380.5153.73
Hex2AC0E8521109c15136
Octal523003501222101130112166
Binary101010110000001110100010100101000101001110000011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,192,232); }

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

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

 a { background-color: rgb(42,192,232); }

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

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

 span { border-color: rgb(42,192,232); }

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