#21F2F9

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

Shades of Aqua #21F2F9

Tints of Aqua #21F2F9

Color information

#21F2F9 (or 0x21F2F9) is unknown color: approx Aqua. HEX triplet: 21, F2 and F9. RGB value is (33,242,249). Sum of RGB (Red+Green+Blue) = 33+242+249=524 (69% of max value = 765). Red value is 33 (13.28% from 255 or 6.30% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 249 (97.66% from 255 or 47.52% from 524); Max value from RGB is 249 - color contains mainly: blue. Hex color #21F2F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21F2F9 is #DE0D06. Grayscale: #B4B4B4. Windows color (decimal): -14552327 or 16380449. OLE color: 16380449.

HSL color Cylindrical-coordinate representation of color #21F2F9: hue angle of 181.94º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21F2F9 is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB33242249-
CMYK0.870.0300.02
HSL181.94º94.74%55.29%-
HSV(B)181.94º86.75%97.65%-
XYZ49.4870.67100.65-
YUV180.31166.7622.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.30%
GREEN value IS 242 (94.92% from 255) = 46.18%
BLUE value IS 249 (97.66% from 255) = 47.52%
R=6.30%
G=46.18%
B=47.52%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal332422490.870.0300.02181.9494.7455.29
Hex21F2F957302b65f37
Octal4136237112730226613767
Binary1000011111001011111001101011111010101101101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21F2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,242,249); }

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

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

 a { background-color: rgb(33,242,249); }

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

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

 span { border-color: rgb(33,242,249); }

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