Html Css Color HEX #21C7F0 Deep Sky Blue

📋 copy color: '#21C7F0'

red 33 ◦ green 199 ◦ blue 240

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

Shades of Deep Sky Blue #21C7F0

Tints of Deep Sky Blue #21C7F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50.85%

R = 6.99%
G = 42.16%
B = 50.85%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#21C7F0 (or 0x21C7F0) is known color: Deep Sky Blue. HEX triplet: 21, C7 and F0. RGB value is (33,199,240). Sum of RGB (Red+Green+Blue) = 33+199+240=472 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.99% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 240 (94.14% from 255 or 50.85% from 472); Max value from RGB is 240 - color contains mainly: blue. Hex color #21C7F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21C7F0 is #DE380F. Grayscale: #999999. Windows color (decimal): -14563344 or 15779617. OLE color: 15779617.

HSL color Cylindrical-coordinate representation of color #21C7F0: hue angle of 191.88º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21C7F0 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 199 240 -
CMYK 0.86 0.17 0 0.06
HSL 191.88º 0.87% 0.54% -
HSV(B) 191.88º 0.86% 0.94% -
XYZ 36.78 47.46 89.66 -
YUV 154.04 176.5 41.67 -
System Red Green Blue C M Y K H S L
Decimal 33 199 240 0.86 0.17 0 0.06 191.88 0.87 0.54
Hex 21 C7 F0 56 11 0 6 C0 57 36
Octal 41 307 360 126 21 0 6 300 127 66
Binary 100001 11000111 11110000 1010110 10001 0 110 11000000 1010111 110110

Color Harmonies of #21C7F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C7F0

Black with #21C7F0

Text Example


Text Example

White with #21C7F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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