#2AB1D3

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

Shades of Summer Sky #2AB1D3

Tints of Summer Sky #2AB1D3

Color information

#2AB1D3 (or 0x2AB1D3) is unknown color: approx Summer Sky. HEX triplet: 2A, B1 and D3. RGB value is (42,177,211). Sum of RGB (Red+Green+Blue) = 42+177+211=430 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.77% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 211 (82.81% from 255 or 49.07% from 430); Max value from RGB is 211 - color contains mainly: blue. Hex color #2AB1D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AB1D3 is #D54E2C. Grayscale: #8C8C8C. Windows color (decimal): -13979181 or 13873450. OLE color: 13873450.

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

Color convert

RGB42177211-
CMYK0.800.1600.17
HSL192.07º66.8%49.61%-
HSV(B)192.07º80.09%82.75%-
XYZ28.4336.6467.2-
YUV140.51167.7757.74-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.77%
GREEN value IS 177 (69.53% from 255) = 41.16%
BLUE value IS 211 (82.81% from 255) = 49.07%
R=9.77%
G=41.16%
B=49.07%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal421772110.800.1600.17192.0766.849.61
Hex2AB1D35010011c04332
Octal522613231202002130010362
Binary1010101011000111010011101000010000010001110000001000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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