#21D0F9

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

Shades of Deep Sky Blue #21D0F9

Tints of Deep Sky Blue #21D0F9

Color information

#21D0F9 (or 0x21D0F9) is unknown color: approx Deep Sky Blue. HEX triplet: 21, D0 and F9. RGB value is (33,208,249). Sum of RGB (Red+Green+Blue) = 33+208+249=490 (64% of max value = 765). Red value is 33 (13.28% from 255 or 6.73% from 490); Green value is 208 (81.64% from 255 or 42.45% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #21D0F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21D0F9 is #DE2F06. Grayscale: #A0A0A0. Windows color (decimal): -14561031 or 16371745. OLE color: 16371745.

HSL color Cylindrical-coordinate representation of color #21D0F9: hue angle of 191.39º 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 #21D0F9 is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB33208249-
CMYK0.870.1600.02
HSL191.39º94.74%55.29%-
HSV(B)191.39º86.75%97.65%-
XYZ40.2852.2797.59-
YUV160.35178.0237.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.73%
GREEN value IS 208 (81.64% from 255) = 42.45%
BLUE value IS 249 (97.66% from 255) = 50.82%
R=6.73%
G=42.45%
B=50.82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal332082490.870.1600.02191.3994.7455.29
Hex21D0F9571002bf5f37
Octal41320371127200227713767
Binary1000011101000011111001101011110000010101111111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21D0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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