#21A3B9

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

Shades of Pelorous #21A3B9

Tints of Pelorous #21A3B9

Color information

#21A3B9 (or 0x21A3B9) is unknown color: approx Pelorous. HEX triplet: 21, A3 and B9. RGB value is (33,163,185). Sum of RGB (Red+Green+Blue) = 33+163+185=381 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.66% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 185 (72.66% from 255 or 48.56% from 381); Max value from RGB is 185 - color contains mainly: blue. Hex color #21A3B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21A3B9 is #DE5C46. Grayscale: #7E7E7E. Windows color (decimal): -14572615 or 12165921. OLE color: 12165921.

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

Color convert

RGB33163185-
CMYK0.820.1200.27
HSL188.68º69.72%42.75%-
HSV(B)188.68º82.16%72.55%-
XYZ22.4830.0250.51-
YUV126.64160.9361.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.66%
GREEN value IS 163 (64.06% from 255) = 42.78%
BLUE value IS 185 (72.66% from 255) = 48.56%
R=8.66%
G=42.78%
B=48.56%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal331631850.820.1200.27188.6869.7242.75
Hex21A3B952C01Bbd462b
Octal412432711221403327510653
Binary100001101000111011100110100101100011011101111011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,163,185); }

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

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

 a { background-color: rgb(33,163,185); }

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

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

 span { border-color: rgb(33,163,185); }

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