#16C2EF

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

Shades of Deep Sky Blue #16C2EF

Tints of Deep Sky Blue #16C2EF

Color information

#16C2EF (or 0x16C2EF) is unknown color: approx Deep Sky Blue. HEX triplet: 16, C2 and EF. RGB value is (22,194,239). Sum of RGB (Red+Green+Blue) = 22+194+239=455 (60% of max value = 765). Red value is 22 (8.98% from 255 or 4.84% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #16C2EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16C2EF is #E93D10. Grayscale: #939393. Windows color (decimal): -15285521 or 15712790. OLE color: 15712790.

HSL color Cylindrical-coordinate representation of color #16C2EF: hue angle of 192.44º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16C2EF is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB22194239-
CMYK0.910.1900.06
HSL192.44º87.15%51.18%-
HSV(B)192.44º90.79%93.73%-
XYZ35.244.9988.49-
YUV147.7179.5238.34-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 4.84%
GREEN value IS 194 (76.17% from 255) = 42.64%
BLUE value IS 239 (93.75% from 255) = 52.53%
R=4.84%
G=42.64%
B=52.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal221942390.910.1900.06192.4487.1551.18
Hex16C2EF5B1306c05733
Octal26302357133230630012763
Binary1011011000010111011111011011100110110110000001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,194,239); }

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

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

 a { background-color: rgb(22,194,239); }

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

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

 span { border-color: rgb(22,194,239); }

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