Html Css Color HEX #21CDF5 Deep Sky Blue

📋 copy color: '#21CDF5'

red 33 ◦ green 205 ◦ blue 245

#21CDF5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #21CDF5

Tints of Deep Sky Blue #21CDF5

RGB

 RED value IS 33 (13.28% from 255) = 6.83%

 GREEN value IS 205 (80.47% from 255) = 42.44%

 BLUE value IS 245 (96.09% from 255) = 50.72%

R = 6.83%
G = 42.44%
B = 50.72%

CMYK

 C value IS 0.87

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#21CDF5 (or 0x21CDF5) is known color: Deep Sky Blue. HEX triplet: 21, CD and F5. RGB value is (33,205,245). Sum of RGB (Red+Green+Blue) = 33+205+245=483 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.83% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 245 (96.09% from 255 or 50.72% from 483); Max value from RGB is 245 - color contains mainly: blue. Hex color #21CDF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CDF5 is #DE320A. Grayscale: #9D9D9D. Windows color (decimal): -14561803 or 16108833. OLE color: 16108833.

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

Color convert

RGB 33 205 245 -
CMYK 0.87 0.16 0 0.04
HSL 191.32º 0.91% 0.55% -
HSV(B) 191.32º 0.87% 0.96% -
XYZ 38.94 50.58 94.1 -
YUV 158.13 177.02 38.75 -
System Red Green Blue C M Y K H S L
Decimal 33 205 245 0.87 0.16 0 0.04 191.32 0.91 0.55
Hex 21 CD F5 57 10 0 4 BF 5B 37
Octal 41 315 365 127 20 0 4 277 133 67
Binary 100001 11001101 11110101 1010111 10000 0 100 10111111 1011011 110111

Color Harmonies of #21CDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CDF5

Black with #21CDF5

Text Example


Text Example

White with #21CDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #21CDF5;
 }
 .AnyTagClassName
 {
   color: #21CDF5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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