#11aeed

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

Shades of Deep Sky Blue #11AEED

Tints of Deep Sky Blue #11AEED

Color information

#11AEED (or 0x11AEED) is unknown color: approx Deep Sky Blue. HEX triplet: 11, AE and ED. RGB value is (17,174,237). Sum of RGB (Red+Green+Blue) = 17+174+237=428 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.97% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #11AEED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11AEED is #EE5112. Grayscale: #858585. Windows color (decimal): -15618323 or 15576593. OLE color: 15576593.

HSL color Cylindrical-coordinate representation of color #11AEED: hue angle of 197.18º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11AEED is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17174237-
CMYK0.930.2700.07
HSL197.18º86.61%49.8%-
HSV(B)197.18º92.83%92.94%-
XYZ30.6536.5185.55-
YUV134.24185.9944.38-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.97%
GREEN value IS 174 (68.36% from 255) = 40.65%
BLUE value IS 237 (92.97% from 255) = 55.37%
R=3.97%
G=40.65%
B=55.37%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171742370.930.2700.07197.1886.6149.8
Hex11AEED5D1B07c55732
Octal21256355135330730512762
Binary1000110101110111011011011101110110111110001011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11aeed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,174,237); }

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

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

 a { background-color: rgb(17,174,237); }

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

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

 span { border-color: rgb(17,174,237); }

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