Html Css Color HEX #21C7FB Deep Sky Blue

📋 copy color: '#21C7FB'

red 33 ◦ green 199 ◦ blue 251

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

Shades of Deep Sky Blue #21C7FB

Tints of Deep Sky Blue #21C7FB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.2%

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

R = 6.83%
G = 41.2%
B = 51.97%

CMYK

 C value IS 0.87

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#21C7FB (or 0x21C7FB) is known color: Deep Sky Blue. HEX triplet: 21, C7 and FB. RGB value is (33,199,251). Sum of RGB (Red+Green+Blue) = 33+199+251=483 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.83% from 483); Green value is 199 (78.12% from 255 or 41.20% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #21C7FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21C7FB is #DE3804. Grayscale: #9A9A9A. Windows color (decimal): -14563333 or 16500513. OLE color: 16500513.

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

Color convert

RGB 33 199 251 -
CMYK 0.87 0.21 0 0.02
HSL 194.31º 0.96% 0.56% -
HSV(B) 194.31º 0.87% 0.98% -
XYZ 38.46 48.14 98.53 -
YUV 155.29 182 40.77 -
System Red Green Blue C M Y K H S L
Decimal 33 199 251 0.87 0.21 0 0.02 194.31 0.96 0.56
Hex 21 C7 FB 57 15 0 2 C2 60 38
Octal 41 307 373 127 25 0 2 302 140 70
Binary 100001 11000111 11111011 1010111 10101 0 10 11000010 1100000 111000

Color Harmonies of #21C7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C7FB

Black with #21C7FB

Text Example


Text Example

White with #21C7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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