#16CBF9

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

Shades of Deep Sky Blue #16CBF9

Tints of Deep Sky Blue #16CBF9

Color information

#16CBF9 (or 0x16CBF9) is unknown color: approx Deep Sky Blue. HEX triplet: 16, CB and F9. RGB value is (22,203,249). Sum of RGB (Red+Green+Blue) = 22+203+249=474 (62% of max value = 765). Red value is 22 (8.98% from 255 or 4.64% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 249 (97.66% from 255 or 52.53% from 474); Max value from RGB is 249 - color contains mainly: blue. Hex color #16CBF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16CBF9 is #E93406. Grayscale: #999999. Windows color (decimal): -15283207 or 16370454. OLE color: 16370454.

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

Color convert

RGB22203249-
CMYK0.910.1800.02
HSL192.16º94.98%53.14%-
HSV(B)192.16º91.16%97.65%-
XYZ38.7949.7297.18-
YUV154.12181.5333.76-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 4.64%
GREEN value IS 203 (79.69% from 255) = 42.83%
BLUE value IS 249 (97.66% from 255) = 52.53%
R=4.64%
G=42.83%
B=52.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal222032490.910.1800.02192.1694.9853.14
Hex16CBF95B1202c05f35
Octal26313371133220230013765
Binary101101100101111111001101101110010010110000001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16CBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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