#21cdf4

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

Shades of Deep Sky Blue #21CDF4

Tints of Deep Sky Blue #21CDF4

Color information

#21CDF4 (or 0x21CDF4) is unknown color: approx Deep Sky Blue. HEX triplet: 21, CD and F4. RGB value is (33,205,244). Sum of RGB (Red+Green+Blue) = 33+205+244=482 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.85% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 244 (95.70% from 255 or 50.62% from 482); Max value from RGB is 244 - color contains mainly: blue. Hex color #21CDF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CDF4 is #DE320B. Grayscale: #9D9D9D. Windows color (decimal): -14561804 or 16043297. OLE color: 16043297.

HSL color Cylindrical-coordinate representation of color #21CDF4: hue angle of 191.09º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21CDF4 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB33205244-
CMYK0.860.1600.04
HSL191.09º90.56%54.31%-
HSV(B)191.09º86.48%95.69%-
XYZ38.7950.5293.29-
YUV158.02176.5238.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.85%
GREEN value IS 205 (80.47% from 255) = 42.53%
BLUE value IS 244 (95.70% from 255) = 50.62%
R=6.85%
G=42.53%
B=50.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal332052440.860.1600.04191.0990.5654.31
Hex21CDF4561004bf5b36
Octal41315364126200427713366
Binary10000111001101111101001010110100000100101111111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21cdf4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,205,244); }

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

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

 a { background-color: rgb(33,205,244); }

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

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

 span { border-color: rgb(33,205,244); }

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