Html Css Color HEX #11BBEB Deep Sky Blue

📋 copy color: '#11BBEB'

red 17 ◦ green 187 ◦ blue 235

#11BBEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #11BBEB

Tints of Deep Sky Blue #11BBEB

RGB

 RED value IS 17 (7.03% from 255) = 3.87%

 GREEN value IS 187 (73.44% from 255) = 42.6%

 BLUE value IS 235 (92.19% from 255) = 53.53%

R = 3.87%
G = 42.6%
B = 53.53%

CMYK

 C value IS 0.93

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#11BBEB (or 0x11BBEB) is known color: Deep Sky Blue. HEX triplet: 11, BB and EB. RGB value is (17,187,235). Sum of RGB (Red+Green+Blue) = 17+187+235=439 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.87% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #11BBEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BBEB is #EE4414. Grayscale: #8D8D8D. Windows color (decimal): -15614997 or 15448849. OLE color: 15448849.

HSL color Cylindrical-coordinate representation of color #11BBEB: hue angle of 193.21º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11BBEB is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 187 235 -
CMYK 0.93 0.20 0 0.08
HSL 193.21º 0.87% 0.49% -
HSV(B) 193.21º 0.93% 0.92% -
XYZ 33 41.66 84.9 -
YUV 141.64 180.68 39.1 -
System Red Green Blue C M Y K H S L
Decimal 17 187 235 0.93 0.20 0 0.08 193.21 0.87 0.49
Hex 11 BB EB 5D 14 0 8 C1 57 31
Octal 21 273 353 135 24 0 10 301 127 61
Binary 10001 10111011 11101011 1011101 10100 0 1000 11000001 1010111 110001

Color Harmonies of #11BBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BBEB

Black with #11BBEB

Text Example


Text Example

White with #11BBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #11BBEB;
 }
 .AnyTagClassName
 {
   color: #11BBEB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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