#16B8F9

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

Shades of Deep Sky Blue #16B8F9

Tints of Deep Sky Blue #16B8F9

Color information

#16B8F9 (or 0x16B8F9) is unknown color: approx Deep Sky Blue. HEX triplet: 16, B8 and F9. RGB value is (22,184,249). Sum of RGB (Red+Green+Blue) = 22+184+249=455 (60% of max value = 765). Red value is 22 (8.98% from 255 or 4.84% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 249 (97.66% from 255 or 54.73% from 455); Max value from RGB is 249 - color contains mainly: blue. Hex color #16B8F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16B8F9 is #E94706. Grayscale: #8E8E8E. Windows color (decimal): -15288071 or 16365590. OLE color: 16365590.

HSL color Cylindrical-coordinate representation of color #16B8F9: hue angle of 197.18º 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 #16B8F9 is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22184249-
CMYK0.910.2600.02
HSL197.18º94.98%53.14%-
HSV(B)197.18º91.16%97.65%-
XYZ34.5741.2995.77-
YUV142.97187.8341.71-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 4.84%
GREEN value IS 184 (72.27% from 255) = 40.44%
BLUE value IS 249 (97.66% from 255) = 54.73%
R=4.84%
G=40.44%
B=54.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal221842490.910.2600.02197.1894.9853.14
Hex16B8F95B1A02c55f35
Octal26270371133320230513765
Binary101101011100011111001101101111010010110001011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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