Html Css Color HEX #11BCEC Deep Sky Blue

📋 copy color: '#11BCEC'

red 17 ◦ green 188 ◦ blue 236

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

Shades of Deep Sky Blue #11BCEC

Tints of Deep Sky Blue #11BCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.51%

R = 3.85%
G = 42.63%
B = 53.51%

CMYK

 C value IS 0.93

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#11BCEC (or 0x11BCEC) is known color: Deep Sky Blue. HEX triplet: 11, BC and EC. RGB value is (17,188,236). Sum of RGB (Red+Green+Blue) = 17+188+236=441 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.85% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #11BCEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BCEC is #EE4313. Grayscale: #8D8D8D. Windows color (decimal): -15614740 or 15514641. OLE color: 15514641.

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

Color convert

RGB 17 188 236 -
CMYK 0.93 0.20 0 0.07
HSL 193.15º 0.87% 0.5% -
HSV(B) 193.15º 0.93% 0.93% -
XYZ 33.35 42.14 85.73 -
YUV 142.34 180.85 38.6 -
System Red Green Blue C M Y K H S L
Decimal 17 188 236 0.93 0.20 0 0.07 193.15 0.87 0.5
Hex 11 BC EC 5D 14 0 7 C1 57 32
Octal 21 274 354 135 24 0 7 301 127 62
Binary 10001 10111100 11101100 1011101 10100 0 111 11000001 1010111 110010

Color Harmonies of #11BCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BCEC

Black with #11BCEC

Text Example


Text Example

White with #11BCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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