#2AB6CA

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

Shades of Summer Sky #2AB6CA

Tints of Summer Sky #2AB6CA

Color information

#2AB6CA (or 0x2AB6CA) is unknown color: approx Summer Sky. HEX triplet: 2A, B6 and CA. RGB value is (42,182,202). Sum of RGB (Red+Green+Blue) = 42+182+202=426 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.86% from 426); Green value is 182 (71.48% from 255 or 42.72% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #2AB6CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AB6CA is #D54935. Grayscale: #8E8E8E. Windows color (decimal): -13977910 or 13284906. OLE color: 13284906.

HSL color Cylindrical-coordinate representation of color #2AB6CA: hue angle of 187.5º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AB6CA is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB42182202-
CMYK0.790.1000.21
HSL187.5º65.57%47.84%-
HSV(B)187.5º79.21%79.22%-
XYZ28.3438.2161.76-
YUV142.42161.6256.37-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.86%
GREEN value IS 182 (71.48% from 255) = 42.72%
BLUE value IS 202 (79.30% from 255) = 47.42%
R=9.86%
G=42.72%
B=47.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal421822020.790.1000.21187.565.5747.84
Hex2AB6CA4FA015bc4230
Octal522663121171202527410260
Binary101010101101101100101010011111010010101101111001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,182,202); }

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

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

 a { background-color: rgb(42,182,202); }

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

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

 span { border-color: rgb(42,182,202); }

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