#11BAEE

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

Shades of Deep Sky Blue #11BAEE

Tints of Deep Sky Blue #11BAEE

Color information

#11BAEE (or 0x11BAEE) is unknown color: approx Deep Sky Blue. HEX triplet: 11, BA and EE. RGB value is (17,186,238). Sum of RGB (Red+Green+Blue) = 17+186+238=441 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.85% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #11BAEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BAEE is #EE4511. Grayscale: #8D8D8D. Windows color (decimal): -15615250 or 15645201. OLE color: 15645201.

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

Color convert

RGB17186238-
CMYK0.930.2200.07
HSL194.12º86.67%50%-
HSV(B)194.12º92.86%93.33%-
XYZ33.2241.4187.13-
YUV141.4182.5139.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.85%
GREEN value IS 186 (73.05% from 255) = 42.18%
BLUE value IS 238 (93.36% from 255) = 53.97%
R=3.85%
G=42.18%
B=53.97%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171862380.930.2200.07194.1286.6750
Hex11BAEE5D1607c25732
Octal21272356135260730212762
Binary1000110111010111011101011101101100111110000101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,186,238); }

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

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

 a { background-color: rgb(17,186,238); }

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

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

 span { border-color: rgb(17,186,238); }

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