Html Css Color HEX #21CDFF Deep Sky Blue

📋 copy color: '#21CDFF'

red 33 ◦ green 205 ◦ blue 255

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

Shades of Deep Sky Blue #21CDFF

Tints of Deep Sky Blue #21CDFF

RGB

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

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

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

R = 6.69%
G = 41.58%
B = 51.72%

CMYK

 C value IS 0.87

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#21CDFF (or 0x21CDFF) is known color: Deep Sky Blue. HEX triplet: 21, CD and FF. RGB value is (33,205,255). Sum of RGB (Red+Green+Blue) = 33+205+255=493 (65% of max value = 765). Red value is 33 (13.28% from 255 or 6.69% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #21CDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CDFF is #DE3200. Grayscale: #9E9E9E. Windows color (decimal): -14561793 or 16764193. OLE color: 16764193.

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

Color convert

RGB 33 205 255 -
CMYK 0.87 0.20 0 0
HSL 193.51º 1% 0.56% -
HSV(B) 193.51º 0.87% 1% -
XYZ 40.51 51.21 102.36 -
YUV 159.27 182.02 37.93 -
System Red Green Blue C M Y K H S L
Decimal 33 205 255 0.87 0.20 0 0 193.51 1 0.56
Hex 21 CD FF 57 14 0 0 C2 64 38
Octal 41 315 377 127 24 0 0 302 144 70
Binary 100001 11001101 11111111 1010111 10100 0 0 11000010 1100100 111000

Color Harmonies of #21CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CDFF

Black with #21CDFF

Text Example


Text Example

White with #21CDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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