#2AB2D6

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

Shades of Summer Sky #2AB2D6

Tints of Summer Sky #2AB2D6

Color information

#2AB2D6 (or 0x2AB2D6) is unknown color: approx Summer Sky. HEX triplet: 2A, B2 and D6. RGB value is (42,178,214). Sum of RGB (Red+Green+Blue) = 42+178+214=434 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.68% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 214 (83.98% from 255 or 49.31% from 434); Max value from RGB is 214 - color contains mainly: blue. Hex color #2AB2D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AB2D6 is #D54D29. Grayscale: #8D8D8D. Windows color (decimal): -13978922 or 14070314. OLE color: 14070314.

HSL color Cylindrical-coordinate representation of color #2AB2D6: hue angle of 192.56º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AB2D6 is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB42178214-
CMYK0.800.1700.16
HSL192.56º67.72%50.2%-
HSV(B)192.56º80.37%83.92%-
XYZ29.0137.1969.27-
YUV141.44168.9457.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.68%
GREEN value IS 178 (69.92% from 255) = 41.01%
BLUE value IS 214 (83.98% from 255) = 49.31%
R=9.68%
G=41.01%
B=49.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal421782140.800.1700.16192.5667.7250.2
Hex2AB2D65011010c14432
Octal522623261202102030110462
Binary1010101011001011010110101000010001010000110000011000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,178,214); }

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

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

 a { background-color: rgb(42,178,214); }

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

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

 span { border-color: rgb(42,178,214); }

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