#16C9F9

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

Shades of Deep Sky Blue #16C9F9

Tints of Deep Sky Blue #16C9F9

Color information

#16C9F9 (or 0x16C9F9) is unknown color: approx Deep Sky Blue. HEX triplet: 16, C9 and F9. RGB value is (22,201,249). Sum of RGB (Red+Green+Blue) = 22+201+249=472 (62% of max value = 765). Red value is 22 (8.98% from 255 or 4.66% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 249 (97.66% from 255 or 52.75% from 472); Max value from RGB is 249 - color contains mainly: blue. Hex color #16C9F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16C9F9 is #E93606. Grayscale: #989898. Windows color (decimal): -15283719 or 16369942. OLE color: 16369942.

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

Color convert

RGB22201249-
CMYK0.910.1900.02
HSL192.69º94.98%53.14%-
HSV(B)192.69º91.16%97.65%-
XYZ38.3248.7897.02-
YUV152.95182.234.6-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 4.66%
GREEN value IS 201 (78.91% from 255) = 42.58%
BLUE value IS 249 (97.66% from 255) = 52.75%
R=4.66%
G=42.58%
B=52.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal222012490.910.1900.02192.6994.9853.14
Hex16C9F95B1302c15f35
Octal26311371133230230113765
Binary101101100100111111001101101110011010110000011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,201,249); }

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

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

 a { background-color: rgb(22,201,249); }

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

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

 span { border-color: rgb(22,201,249); }

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