#16C7F7

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

Shades of Deep Sky Blue #16C7F7

Tints of Deep Sky Blue #16C7F7

Color information

#16C7F7 (or 0x16C7F7) is unknown color: approx Deep Sky Blue. HEX triplet: 16, C7 and F7. RGB value is (22,199,247). Sum of RGB (Red+Green+Blue) = 22+199+247=468 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.70% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 247 (96.88% from 255 or 52.78% from 468); Max value from RGB is 247 - color contains mainly: blue. Hex color #16C7F7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16C7F7 is #E93808. Grayscale: #979797. Windows color (decimal): -15284233 or 16238358. OLE color: 16238358.

HSL color Cylindrical-coordinate representation of color #16C7F7: hue angle of 192.8º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16C7F7 is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB22199247-
CMYK0.910.1900.03
HSL192.8º93.36%52.75%-
HSV(B)192.8º91.09%96.86%-
XYZ37.5447.7395.23-
YUV151.55181.8635.6-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 4.70%
GREEN value IS 199 (78.12% from 255) = 42.52%
BLUE value IS 247 (96.88% from 255) = 52.78%
R=4.70%
G=42.52%
B=52.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal221992470.910.1900.03192.893.3652.75
Hex16C7F75B1303c15d35
Octal26307367133230330113565
Binary101101100011111110111101101110011011110000011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C7F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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