#11B1FF

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

Shades of Deep Sky Blue #11B1FF

Tints of Deep Sky Blue #11B1FF

Color information

#11B1FF (or 0x11B1FF) is unknown color: approx Deep Sky Blue. HEX triplet: 11, B1 and FF. RGB value is (17,177,255). Sum of RGB (Red+Green+Blue) = 17+177+255=449 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.79% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #11B1FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11B1FF is #EE4E00. Grayscale: #898989. Windows color (decimal): -15617537 or 16757009. OLE color: 16757009.

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

Color convert

RGB17177255-
CMYK0.930.3100
HSL199.66º100%53.33%-
HSV(B)199.66º93.33%100%-
XYZ3438.78100.3-
YUV138.05193.9941.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.79%
GREEN value IS 177 (69.53% from 255) = 39.42%
BLUE value IS 255 (100% from 255) = 56.79%
R=3.79%
G=39.42%
B=56.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal171772550.930.3100199.6610053.33
Hex11B1FF5D1F00c86435
Octal21261377135370031014465
Binary10001101100011111111110111011111100110010001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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