#16cced

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

Shades of Deep Sky Blue #16CCED

Tints of Deep Sky Blue #16CCED

Color information

#16CCED (or 0x16CCED) is unknown color: approx Deep Sky Blue. HEX triplet: 16, CC and ED. RGB value is (22,204,237). Sum of RGB (Red+Green+Blue) = 22+204+237=463 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.75% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #16CCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16CCED is #E93312. Grayscale: #999999. Windows color (decimal): -15282963 or 15584278. OLE color: 15584278.

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

Color convert

RGB22204237-
CMYK0.910.1400.07
HSL189.21º85.66%50.78%-
HSV(B)189.21º90.72%92.94%-
XYZ37.2149.4787.71-
YUV153.34175.234.32-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 4.75%
GREEN value IS 204 (80.08% from 255) = 44.06%
BLUE value IS 237 (92.97% from 255) = 51.19%
R=4.75%
G=44.06%
B=51.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal222042370.910.1400.07189.2185.6650.78
Hex16CCED5BE07bd5633
Octal26314355133160727512663
Binary101101100110011101101101101111100111101111011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16cced

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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