Html Css Color HEX #11BCEB Deep Sky Blue

📋 copy color: '#11BCEB'

red 17 ◦ green 188 ◦ blue 235

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

Shades of Deep Sky Blue #11BCEB

Tints of Deep Sky Blue #11BCEB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.73%

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

R = 3.86%
G = 42.73%
B = 53.41%

CMYK

 C value IS 0.93

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#11BCEB (or 0x11BCEB) is known color: Deep Sky Blue. HEX triplet: 11, BC and EB. RGB value is (17,188,235). Sum of RGB (Red+Green+Blue) = 17+188+235=440 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.86% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #11BCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BCEB is #EE4314. Grayscale: #8D8D8D. Windows color (decimal): -15614741 or 15449105. OLE color: 15449105.

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

Color convert

RGB 17 188 235 -
CMYK 0.93 0.2 0 0.08
HSL 192.94º 0.87% 0.49% -
HSV(B) 192.94º 0.93% 0.92% -
XYZ 33.21 42.08 84.97 -
YUV 142.23 180.35 38.68 -
System Red Green Blue C M Y K H S L
Decimal 17 188 235 0.93 0.2 0 0.08 192.94 0.87 0.49
Hex 11 BC EB 5D 14 0 8 C1 57 31
Octal 21 274 353 135 24 0 10 301 127 61
Binary 10001 10111100 11101011 1011101 10100 0 1000 11000001 1010111 110001

Color Harmonies of #11BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BCEB

Black with #11BCEB

Text Example


Text Example

White with #11BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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