#16D9FE

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

Shades of Deep Sky Blue #16D9FE

Tints of Deep Sky Blue #16D9FE

Color information

#16D9FE (or 0x16D9FE) is unknown color: approx Deep Sky Blue. HEX triplet: 16, D9 and FE. RGB value is (22,217,254). Sum of RGB (Red+Green+Blue) = 22+217+254=493 (65% of max value = 765). Red value is 22 (8.98% from 255 or 4.46% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #16D9FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16D9FE is #E92601. Grayscale: #A2A2A2. Windows color (decimal): -15279618 or 16701718. OLE color: 16701718.

HSL color Cylindrical-coordinate representation of color #16D9FE: hue angle of 189.57º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16D9FE is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB22217254-
CMYK0.910.1500.00
HSL189.57º99.15%54.12%-
HSV(B)189.57º91.34%99.61%-
XYZ43.0356.95102.49-
YUV162.91179.427.49-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 4.46%
GREEN value IS 217 (85.16% from 255) = 44.02%
BLUE value IS 254 (99.61% from 255) = 51.52%
R=4.46%
G=44.02%
B=51.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal222172540.910.1500.00189.5799.1554.12
Hex16D9FE5BF00be6336
Octal26331376133170027614366
Binary1011011011001111111101011011111100101111101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16D9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,217,254); }

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

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

 a { background-color: rgb(22,217,254); }

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

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

 span { border-color: rgb(22,217,254); }

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