#11C0EB

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

Shades of Deep Sky Blue #11C0EB

Tints of Deep Sky Blue #11C0EB

Color information

#11C0EB (or 0x11C0EB) is unknown color: approx Deep Sky Blue. HEX triplet: 11, C0 and EB. RGB value is (17,192,235). Sum of RGB (Red+Green+Blue) = 17+192+235=444 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.83% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #11C0EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11C0EB is #EE3F14. Grayscale: #909090. Windows color (decimal): -15613717 or 15450129. OLE color: 15450129.

HSL color Cylindrical-coordinate representation of color #11C0EB: hue angle of 191.83º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11C0EB is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17192235-
CMYK0.930.1800.08
HSL191.83º86.51%49.41%-
HSV(B)191.83º92.77%92.16%-
XYZ34.0843.8285.26-
YUV144.58179.0237-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.83%
GREEN value IS 192 (75.39% from 255) = 43.24%
BLUE value IS 235 (92.19% from 255) = 52.93%
R=3.83%
G=43.24%
B=52.93%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal171922350.930.1800.08191.8386.5149.41
Hex11C0EB5D1208c05731
Octal213003531352201030012761
Binary10001110000001110101110111011001001000110000001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11C0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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