#21AAB8

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

Shades of Pelorous #21AAB8

Tints of Pelorous #21AAB8

Color information

#21AAB8 (or 0x21AAB8) is unknown color: approx Pelorous. HEX triplet: 21, AA and B8. RGB value is (33,170,184). Sum of RGB (Red+Green+Blue) = 33+170+184=387 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.53% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 184 (72.27% from 255 or 47.55% from 387); Max value from RGB is 184 - color contains mainly: blue. Hex color #21AAB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21AAB8 is #DE5547. Grayscale: #828282. Windows color (decimal): -14570824 or 12102177. OLE color: 12102177.

HSL color Cylindrical-coordinate representation of color #21AAB8: hue angle of 185.56º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21AAB8 is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB33170184-
CMYK0.820.0800.28
HSL185.56º69.59%42.55%-
HSV(B)185.56º82.07%72.16%-
XYZ23.6532.5350.38-
YUV130.63158.1158.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.53%
GREEN value IS 170 (66.80% from 255) = 43.93%
BLUE value IS 184 (72.27% from 255) = 47.55%
R=8.53%
G=43.93%
B=47.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal331701840.820.0800.28185.5669.5942.55
Hex21AAB852801Cba462b
Octal412522701221003427210653
Binary100001101010101011100010100101000011100101110101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,170,184); }

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

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

 a { background-color: rgb(33,170,184); }

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

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

 span { border-color: rgb(33,170,184); }

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