Html Css Color HEX #21D8FB Deep Sky Blue

📋 copy color: '#21D8FB'

red 33 ◦ green 216 ◦ blue 251

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

Shades of Deep Sky Blue #21D8FB

Tints of Deep Sky Blue #21D8FB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.2%

 BLUE value IS 251 (98.44% from 255) = 50.2%

R = 6.6%
G = 43.2%
B = 50.2%

CMYK

 C value IS 0.87

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#21D8FB (or 0x21D8FB) is known color: Deep Sky Blue. HEX triplet: 21, D8 and FB. RGB value is (33,216,251). Sum of RGB (Red+Green+Blue) = 33+216+251=500 (66% of max value = 765). Red value is 33 (13.28% from 255 or 6.6% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #21D8FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21D8FB is #DE2704. Grayscale: #A4A4A4. Windows color (decimal): -14558981 or 16504865. OLE color: 16504865.

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

Color convert

RGB 33 216 251 -
CMYK 0.87 0.14 0 0.02
HSL 189.63º 0.96% 0.56% -
HSV(B) 189.63º 0.87% 0.98% -
XYZ 42.6 56.4 99.91 -
YUV 165.27 176.37 33.65 -
System Red Green Blue C M Y K H S L
Decimal 33 216 251 0.87 0.14 0 0.02 189.63 0.96 0.56
Hex 21 D8 FB 57 E 0 2 BE 60 38
Octal 41 330 373 127 16 0 2 276 140 70
Binary 100001 11011000 11111011 1010111 1110 0 10 10111110 1100000 111000

Color Harmonies of #21D8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D8FB

Black with #21D8FB

Text Example


Text Example

White with #21D8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,216,251); }

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

background-color css

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

 a { background-color: rgb(33,216,251); }

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

border-color css

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

 span { border-color: rgb(33,216,251); }

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