Html Css Color HEX #21DCFF Deep Sky Blue

📋 copy color: '#21DCFF'

red 33 ◦ green 220 ◦ blue 255

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

Shades of Deep Sky Blue #21DCFF

Tints of Deep Sky Blue #21DCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.31%

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

R = 6.5%
G = 43.31%
B = 50.2%

CMYK

 C value IS 0.87

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#21DCFF (or 0x21DCFF) is known color: Deep Sky Blue. HEX triplet: 21, DC and FF. RGB value is (33,220,255). Sum of RGB (Red+Green+Blue) = 33+220+255=508 (67% of max value = 765). Red value is 33 (13.28% from 255 or 6.50% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #21DCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21DCFF is #DE2300. Grayscale: #A7A7A7. Windows color (decimal): -14557953 or 16768033. OLE color: 16768033.

HSL color Cylindrical-coordinate representation of color #21DCFF: hue angle of 189.46º 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 #21DCFF is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 33 220 255 -
CMYK 0.87 0.14 0 0
HSL 189.46º 1% 0.56% -
HSV(B) 189.46º 0.87% 1% -
XYZ 44.27 58.73 103.61 -
YUV 168.08 177.05 31.65 -
System Red Green Blue C M Y K H S L
Decimal 33 220 255 0.87 0.14 0 0 189.46 1 0.56
Hex 21 DC FF 57 E 0 0 BD 64 38
Octal 41 334 377 127 16 0 0 275 144 70
Binary 100001 11011100 11111111 1010111 1110 0 0 10111101 1100100 111000

Color Harmonies of #21DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21DCFF

Black with #21DCFF

Text Example


Text Example

White with #21DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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