Html Css Color HEX #11BCE7 Deep Sky Blue

📋 copy color: '#11BCE7'

red 17 ◦ green 188 ◦ blue 231

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

Shades of Deep Sky Blue #11BCE7

Tints of Deep Sky Blue #11BCE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 52.98%

R = 3.9%
G = 43.12%
B = 52.98%

CMYK

 C value IS 0.93

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#11BCE7 (or 0x11BCE7) is known color: Deep Sky Blue. HEX triplet: 11, BC and E7. RGB value is (17,188,231). Sum of RGB (Red+Green+Blue) = 17+188+231=436 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.90% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 231 (90.62% from 255 or 52.98% from 436); Max value from RGB is 231 - color contains mainly: blue. Hex color #11BCE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BCE7 is #EE4318. Grayscale: #8D8D8D. Windows color (decimal): -15614745 or 15186961. OLE color: 15186961.

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

Color convert

RGB 17 188 231 -
CMYK 0.93 0.19 0 0.09
HSL 192.06º 0.86% 0.49% -
HSV(B) 192.06º 0.93% 0.91% -
XYZ 32.64 41.86 81.96 -
YUV 141.77 178.35 39 -
System Red Green Blue C M Y K H S L
Decimal 17 188 231 0.93 0.19 0 0.09 192.06 0.86 0.49
Hex 11 BC E7 5D 13 0 9 C0 56 31
Octal 21 274 347 135 23 0 11 300 126 61
Binary 10001 10111100 11100111 1011101 10011 0 1001 11000000 1010110 110001

Color Harmonies of #11BCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BCE7

Black with #11BCE7

Text Example


Text Example

White with #11BCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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