#11BFE8

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

Shades of Deep Sky Blue #11BFE8

Tints of Deep Sky Blue #11BFE8

Color information

#11BFE8 (or 0x11BFE8) is unknown color: approx Deep Sky Blue. HEX triplet: 11, BF and E8. RGB value is (17,191,232). Sum of RGB (Red+Green+Blue) = 17+191+232=440 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.86% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 232 (91.02% from 255 or 52.73% from 440); Max value from RGB is 232 - color contains mainly: blue. Hex color #11BFE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BFE8 is #EE4017. Grayscale: #8F8F8F. Windows color (decimal): -15613976 or 15253265. OLE color: 15253265.

HSL color Cylindrical-coordinate representation of color #11BFE8: hue angle of 191.44º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11BFE8 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17191232-
CMYK0.930.1800.09
HSL191.44º86.35%48.82%-
HSV(B)191.44º92.67%90.98%-
XYZ33.4343.2182.92-
YUV143.65177.8537.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.86%
GREEN value IS 191 (75% from 255) = 43.41%
BLUE value IS 232 (91.02% from 255) = 52.73%
R=3.86%
G=43.41%
B=52.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal171912320.930.1800.09191.4486.3548.82
Hex11BFE85D1209bf5631
Octal212773501352201127712661
Binary10001101111111110100010111011001001001101111111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,191,232); }

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

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

 a { background-color: rgb(17,191,232); }

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

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

 span { border-color: rgb(17,191,232); }

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