#11A9EB

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

Shades of Deep Sky Blue #11A9EB

Tints of Deep Sky Blue #11A9EB

Color information

#11A9EB (or 0x11A9EB) is unknown color: approx Deep Sky Blue. HEX triplet: 11, A9 and EB. RGB value is (17,169,235). Sum of RGB (Red+Green+Blue) = 17+169+235=421 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.04% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #11A9EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A9EB is #EE5614. Grayscale: #828282. Windows color (decimal): -15619605 or 15444241. OLE color: 15444241.

HSL color Cylindrical-coordinate representation of color #11A9EB: hue angle of 198.17º 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 #11A9EB is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17169235-
CMYK0.930.2800.08
HSL198.17º86.51%49.41%-
HSV(B)198.17º92.77%92.16%-
XYZ29.4134.4983.7-
YUV131.08186.6446.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.04%
GREEN value IS 169 (66.41% from 255) = 40.14%
BLUE value IS 235 (92.19% from 255) = 55.82%
R=4.04%
G=40.14%
B=55.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal171692350.930.2800.08198.1786.5149.41
Hex11A9EB5D1C08c65731
Octal212513531353401030612761
Binary10001101010011110101110111011110001000110001101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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