#11BBEE

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

Shades of Deep Sky Blue #11BBEE

Tints of Deep Sky Blue #11BBEE

Color information

#11BBEE (or 0x11BBEE) is unknown color: approx Deep Sky Blue. HEX triplet: 11, BB and EE. RGB value is (17,187,238). Sum of RGB (Red+Green+Blue) = 17+187+238=442 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.85% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #11BBEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BBEE is #EE4411. Grayscale: #8D8D8D. Windows color (decimal): -15614994 or 15645457. OLE color: 15645457.

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

Color convert

RGB17187238-
CMYK0.930.2100.07
HSL193.85º86.67%50%-
HSV(B)193.85º92.86%93.33%-
XYZ33.4341.8387.2-
YUV141.98182.1838.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.85%
GREEN value IS 187 (73.44% from 255) = 42.31%
BLUE value IS 238 (93.36% from 255) = 53.85%
R=3.85%
G=42.31%
B=53.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171872380.930.2100.07193.8586.6750
Hex11BBEE5D1507c25732
Octal21273356135250730212762
Binary1000110111011111011101011101101010111110000101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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