#11C0E8

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

Shades of Deep Sky Blue #11C0E8

Tints of Deep Sky Blue #11C0E8

Color information

#11C0E8 (or 0x11C0E8) is unknown color: approx Deep Sky Blue. HEX triplet: 11, C0 and E8. RGB value is (17,192,232). Sum of RGB (Red+Green+Blue) = 17+192+232=441 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.85% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 232 (91.02% from 255 or 52.61% from 441); Max value from RGB is 232 - color contains mainly: blue. Hex color #11C0E8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11C0E8 is #EE3F17. Grayscale: #8F8F8F. Windows color (decimal): -15613720 or 15253521. OLE color: 15253521.

HSL color Cylindrical-coordinate representation of color #11C0E8: hue angle of 191.16º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11C0E8 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17192232-
CMYK0.930.1700.09
HSL191.16º86.35%48.82%-
HSV(B)191.16º92.67%90.98%-
XYZ33.6543.6482.99-
YUV144.23177.5237.25-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.85%
GREEN value IS 192 (75.39% from 255) = 43.54%
BLUE value IS 232 (91.02% from 255) = 52.61%
R=3.85%
G=43.54%
B=52.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal171922320.930.1700.09191.1686.3548.82
Hex11C0E85D1109bf5631
Octal213003501352101127712661
Binary10001110000001110100010111011000101001101111111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11C0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11C0E8; }

 p { color: rgb(17,192,232); }

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

<style>
 a { background-color: #11C0E8; }

 a { background-color: rgb(17,192,232); }

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

<style>
 span { border-color: #11C0E8; }

 span { border-color: rgb(17,192,232); }

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