Html Css Color HEX #21CCFB Deep Sky Blue

📋 copy color: '#21CCFB'

red 33 ◦ green 204 ◦ blue 251

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

Shades of Deep Sky Blue #21CCFB

Tints of Deep Sky Blue #21CCFB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.8%

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

R = 6.76%
G = 41.8%
B = 51.43%

CMYK

 C value IS 0.87

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#21CCFB (or 0x21CCFB) is known color: Deep Sky Blue. HEX triplet: 21, CC and FB. RGB value is (33,204,251). Sum of RGB (Red+Green+Blue) = 33+204+251=488 (64% of max value = 765). Red value is 33 (13.28% from 255 or 6.76% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #21CCFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CCFB is #DE3304. Grayscale: #9D9D9D. Windows color (decimal): -14562053 or 16501793. OLE color: 16501793.

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

Color convert

RGB 33 204 251 -
CMYK 0.87 0.19 0 0.02
HSL 192.94º 0.96% 0.56% -
HSV(B) 192.94º 0.87% 0.98% -
XYZ 39.63 50.47 98.92 -
YUV 158.23 180.35 38.68 -
System Red Green Blue C M Y K H S L
Decimal 33 204 251 0.87 0.19 0 0.02 192.94 0.96 0.56
Hex 21 CC FB 57 13 0 2 C1 60 38
Octal 41 314 373 127 23 0 2 301 140 70
Binary 100001 11001100 11111011 1010111 10011 0 10 11000001 1100000 111000

Color Harmonies of #21CCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CCFB

Black with #21CCFB

Text Example


Text Example

White with #21CCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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