Html Css Color HEX #21D6FF Deep Sky Blue

📋 copy color: '#21D6FF'

red 33 ◦ green 214 ◦ blue 255

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

Shades of Deep Sky Blue #21D6FF

Tints of Deep Sky Blue #21D6FF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.63%

 BLUE value IS 255 (100% from 255) = 50.8%

R = 6.57%
G = 42.63%
B = 50.8%

CMYK

 C value IS 0.87

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#21D6FF (or 0x21D6FF) is known color: Deep Sky Blue. HEX triplet: 21, D6 and FF. RGB value is (33,214,255). Sum of RGB (Red+Green+Blue) = 33+214+255=502 (66% of max value = 765). Red value is 33 (13.28% from 255 or 6.57% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #21D6FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21D6FF is #DE2900. Grayscale: #A4A4A4. Windows color (decimal): -14559489 or 16766497. OLE color: 16766497.

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

Color convert

RGB 33 214 255 -
CMYK 0.87 0.16 0 0
HSL 191.08º 1% 0.56% -
HSV(B) 191.08º 0.87% 1% -
XYZ 42.72 55.64 103.09 -
YUV 164.56 179.03 34.17 -
System Red Green Blue C M Y K H S L
Decimal 33 214 255 0.87 0.16 0 0 191.08 1 0.56
Hex 21 D6 FF 57 10 0 0 BF 64 38
Octal 41 326 377 127 20 0 0 277 144 70
Binary 100001 11010110 11111111 1010111 10000 0 0 10111111 1100100 111000

Color Harmonies of #21D6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D6FF

Black with #21D6FF

Text Example


Text Example

White with #21D6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,214,255); }

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

background-color css

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

 a { background-color: rgb(33,214,255); }

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

border-color css

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

 span { border-color: rgb(33,214,255); }

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