#2AB4DD

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

Shades of Summer Sky #2AB4DD

Tints of Summer Sky #2AB4DD

Color information

#2AB4DD (or 0x2AB4DD) is unknown color: approx Summer Sky. HEX triplet: 2A, B4 and DD. RGB value is (42,180,221). Sum of RGB (Red+Green+Blue) = 42+180+221=443 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.48% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #2AB4DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AB4DD is #D54B22. Grayscale: #8F8F8F. Windows color (decimal): -13978403 or 14529578. OLE color: 14529578.

HSL color Cylindrical-coordinate representation of color #2AB4DD: hue angle of 193.74º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AB4DD is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB42180221-
CMYK0.810.1900.13
HSL193.74º72.47%51.57%-
HSV(B)193.74º81%86.67%-
XYZ30.3338.3674.21-
YUV143.41171.7855.67-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.48%
GREEN value IS 180 (70.70% from 255) = 40.63%
BLUE value IS 221 (86.72% from 255) = 49.89%
R=9.48%
G=40.63%
B=49.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal421802210.810.1900.13193.7472.4751.57
Hex2AB4DD51130Dc24834
Octal522643351212301530211064
Binary101010101101001101110110100011001101101110000101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,180,221); }

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

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

 a { background-color: rgb(42,180,221); }

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

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

 span { border-color: rgb(42,180,221); }

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