#2AB1CA

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

Shades of Summer Sky #2AB1CA

Tints of Summer Sky #2AB1CA

Color information

#2AB1CA (or 0x2AB1CA) is unknown color: approx Summer Sky. HEX triplet: 2A, B1 and CA. RGB value is (42,177,202). Sum of RGB (Red+Green+Blue) = 42+177+202=421 (55% of max value = 765). Red value is 42 (16.80% from 255 or 9.98% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #2AB1CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AB1CA is #D54E35. Grayscale: #8B8B8B. Windows color (decimal): -13979190 or 13283626. OLE color: 13283626.

HSL color Cylindrical-coordinate representation of color #2AB1CA: hue angle of 189.38º 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 #2AB1CA is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB42177202-
CMYK0.790.1200.21
HSL189.38º65.57%47.84%-
HSV(B)189.38º79.21%79.22%-
XYZ27.3436.261.42-
YUV139.48163.2758.47-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.98%
GREEN value IS 177 (69.53% from 255) = 42.04%
BLUE value IS 202 (79.30% from 255) = 47.98%
R=9.98%
G=42.04%
B=47.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal421772020.790.1200.21189.3865.5747.84
Hex2AB1CA4FC015bd4230
Octal522613121171402527510260
Binary101010101100011100101010011111100010101101111011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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