#21ABDD

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

Shades of Summer Sky #21ABDD

Tints of Summer Sky #21ABDD

Color information

#21ABDD (or 0x21ABDD) is unknown color: approx Summer Sky. HEX triplet: 21, AB and DD. RGB value is (33,171,221). Sum of RGB (Red+Green+Blue) = 33+171+221=425 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.76% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #21ABDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ABDD is #DE5422. Grayscale: #878787. Windows color (decimal): -14570531 or 14527265. OLE color: 14527265.

HSL color Cylindrical-coordinate representation of color #21ABDD: hue angle of 195.96º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21ABDD is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB33171221-
CMYK0.850.2300.13
HSL195.96º74.02%49.8%-
HSV(B)195.96º85.07%86.67%-
XYZ28.2434.6773.61-
YUV135.44176.2854.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.76%
GREEN value IS 171 (67.19% from 255) = 40.24%
BLUE value IS 221 (86.72% from 255) = 52%
R=7.76%
G=40.24%
B=52%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal331712210.850.2300.13195.9674.0249.8
Hex21ABDD55170Dc44a32
Octal412533351252701530411262
Binary100001101010111101110110101011011101101110001001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21ABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21ABDD; }

 p { color: rgb(33,171,221); }

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

<style>
 a { background-color: #21ABDD; }

 a { background-color: rgb(33,171,221); }

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

<style>
 span { border-color: #21ABDD; }

 span { border-color: rgb(33,171,221); }

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