#21C7F0

Color #21C7F0 Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #21C7F0

Tints of Deep Sky Blue #21C7F0

Color information

#21C7F0 (or 0x21C7F0) is unknown color: approx 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

RGB33199240-
CMYK0.860.1700.06
HSL191.88º87.34%53.53%-
HSV(B)191.88º86.25%94.12%-
XYZ36.7847.4689.66-
YUV154.04176.541.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.99%
GREEN value IS 199 (78.12% 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 (Cyan) values IS 0.86
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal331992400.860.1700.06191.8887.3453.53
Hex21C7F0561106c05736
Octal41307360126210630012766
Binary10000111000111111100001010110100010110110000001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21C7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>