Html Css Color HEX #21DAFC Deep Sky Blue

📋 copy color: '#21DAFC'

red 33 ◦ green 218 ◦ blue 252

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

Shades of Deep Sky Blue #21DAFC

Tints of Deep Sky Blue #21DAFC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.34%

 BLUE value IS 252 (98.83% from 255) = 50.1%

R = 6.56%
G = 43.34%
B = 50.1%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#21DAFC (or 0x21DAFC) is known color: Deep Sky Blue. HEX triplet: 21, DA and FC. RGB value is (33,218,252). Sum of RGB (Red+Green+Blue) = 33+218+252=503 (66% of max value = 765). Red value is 33 (13.28% from 255 or 6.56% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #21DAFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21DAFC is #DE2503. Grayscale: #A6A6A6. Windows color (decimal): -14558468 or 16570913. OLE color: 16570913.

HSL color Cylindrical-coordinate representation of color #21DAFC: hue angle of 189.32º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21DAFC is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 33 218 252 -
CMYK 0.87 0.13 0 0.01
HSL 189.32º 0.97% 0.56% -
HSV(B) 189.32º 0.87% 0.99% -
XYZ 43.27 57.49 100.91 -
YUV 166.56 176.21 32.74 -
System Red Green Blue C M Y K H S L
Decimal 33 218 252 0.87 0.13 0 0.01 189.32 0.97 0.56
Hex 21 DA FC 57 D 0 1 BD 61 38
Octal 41 332 374 127 15 0 1 275 141 70
Binary 100001 11011010 11111100 1010111 1101 0 1 10111101 1100001 111000

Color Harmonies of #21DAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21DAFC

Black with #21DAFC

Text Example


Text Example

White with #21DAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,218,252); }

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

background-color css

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

 a { background-color: rgb(33,218,252); }

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

border-color css

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

 span { border-color: rgb(33,218,252); }

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