#11BBFF

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

Shades of Deep Sky Blue #11BBFF

Tints of Deep Sky Blue #11BBFF

Color information

#11BBFF (or 0x11BBFF) is unknown color: approx Deep Sky Blue. HEX triplet: 11, BB and FF. RGB value is (17,187,255). Sum of RGB (Red+Green+Blue) = 17+187+255=459 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.70% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #11BBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BBFF is #EE4400. Grayscale: #8F8F8F. Windows color (decimal): -15614977 or 16759569. OLE color: 16759569.

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

Color convert

RGB17187255-
CMYK0.930.2700
HSL197.14º100%53.33%-
HSV(B)197.14º93.33%100%-
XYZ36.0542.88100.98-
YUV143.92190.6837.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.70%
GREEN value IS 187 (73.44% from 255) = 40.74%
BLUE value IS 255 (100% from 255) = 55.56%
R=3.70%
G=40.74%
B=55.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal171872550.930.2700197.1410053.33
Hex11BBFF5D1B00c56435
Octal21273377135330030514465
Binary10001101110111111111110111011101100110001011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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