#2AB5DD

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

Shades of Summer Sky #2AB5DD

Tints of Summer Sky #2AB5DD

Color information

#2AB5DD (or 0x2AB5DD) is unknown color: approx Summer Sky. HEX triplet: 2A, B5 and DD. RGB value is (42,181,221). Sum of RGB (Red+Green+Blue) = 42+181+221=444 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.46% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #2AB5DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AB5DD is #D54A22. Grayscale: #8F8F8F. Windows color (decimal): -13978147 or 14529834. OLE color: 14529834.

HSL color Cylindrical-coordinate representation of color #2AB5DD: hue angle of 193.41º 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 #2AB5DD is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB42181221-
CMYK0.810.1800.13
HSL193.41º72.47%51.57%-
HSV(B)193.41º81%86.67%-
XYZ30.5338.7674.28-
YUV144171.4555.25-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.46%
GREEN value IS 181 (71.09% from 255) = 40.77%
BLUE value IS 221 (86.72% from 255) = 49.77%
R=9.46%
G=40.77%
B=49.77%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal421812210.810.1800.13193.4172.4751.57
Hex2AB5DD51120Dc14834
Octal522653351212201530111064
Binary101010101101011101110110100011001001101110000011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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