#16C8ED

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

Shades of Deep Sky Blue #16C8ED

Tints of Deep Sky Blue #16C8ED

Color information

#16C8ED (or 0x16C8ED) is unknown color: approx Deep Sky Blue. HEX triplet: 16, C8 and ED. RGB value is (22,200,237). Sum of RGB (Red+Green+Blue) = 22+200+237=459 (60% of max value = 765). Red value is 22 (8.98% from 255 or 4.79% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #16C8ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16C8ED is #E93712. Grayscale: #969696. Windows color (decimal): -15283987 or 15583254. OLE color: 15583254.

HSL color Cylindrical-coordinate representation of color #16C8ED: hue angle of 190.33º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16C8ED is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22200237-
CMYK0.910.1600.07
HSL190.33º85.66%50.78%-
HSV(B)190.33º90.72%92.94%-
XYZ36.2747.5987.4-
YUV151176.5335.99-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 4.79%
GREEN value IS 200 (78.52% from 255) = 43.57%
BLUE value IS 237 (92.97% from 255) = 51.63%
R=4.79%
G=43.57%
B=51.63%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal222002370.910.1600.07190.3385.6650.78
Hex16C8ED5B1007be5633
Octal26310355133200727612663
Binary1011011001000111011011011011100000111101111101010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,200,237); }

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

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

 a { background-color: rgb(22,200,237); }

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

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

 span { border-color: rgb(22,200,237); }

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