#16C7F0

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

Shades of Deep Sky Blue #16C7F0

Tints of Deep Sky Blue #16C7F0

Color information

#16C7F0 (or 0x16C7F0) is unknown color: approx Deep Sky Blue. HEX triplet: 16, C7 and F0. RGB value is (22,199,240). Sum of RGB (Red+Green+Blue) = 22+199+240=461 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.77% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 240 (94.14% from 255 or 52.06% from 461); Max value from RGB is 240 - color contains mainly: blue. Hex color #16C7F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16C7F0 is #E9380F. Grayscale: #969696. Windows color (decimal): -15284240 or 15779606. OLE color: 15779606.

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

Color convert

RGB22199240-
CMYK0.910.1700.06
HSL191.28º87.9%51.37%-
HSV(B)191.28º90.83%94.12%-
XYZ36.4847.3189.65-
YUV150.75178.3636.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 4.77%
GREEN value IS 199 (78.12% from 255) = 43.17%
BLUE value IS 240 (94.14% from 255) = 52.06%
R=4.77%
G=43.17%
B=52.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal221992400.910.1700.06191.2887.951.37
Hex16C7F05B1106bf5833
Octal26307360133210627713063
Binary1011011000111111100001011011100010110101111111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #16C7F0;
 }
 .AnyTagClassName
 {
   color: #16C7F0;
 }
</style>
background-color css

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

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

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

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

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

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