Html Css Color HEX #11BCFE Deep Sky Blue

📋 copy color: '#11BCFE'

red 17 ◦ green 188 ◦ blue 254

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

Shades of Deep Sky Blue #11BCFE

Tints of Deep Sky Blue #11BCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.34%

R = 3.7%
G = 40.96%
B = 55.34%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#11BCFE (or 0x11BCFE) is known color: Deep Sky Blue. HEX triplet: 11, BC and FE. RGB value is (17,188,254). Sum of RGB (Red+Green+Blue) = 17+188+254=459 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.70% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #11BCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BCFE is #EE4301. Grayscale: #8F8F8F. Windows color (decimal): -15614722 or 16694289. OLE color: 16694289.

HSL color Cylindrical-coordinate representation of color #11BCFE: hue angle of 196.71º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11BCFE is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 17 188 254 -
CMYK 0.93 0.26 0 0.00
HSL 196.71º 0.99% 0.53% -
HSV(B) 196.71º 0.93% 1% -
XYZ 36.1 43.24 100.21 -
YUV 144.4 189.85 37.13 -
System Red Green Blue C M Y K H S L
Decimal 17 188 254 0.93 0.26 0 0.00 196.71 0.99 0.53
Hex 11 BC FE 5D 1A 0 0 C5 63 35
Octal 21 274 376 135 32 0 0 305 143 65
Binary 10001 10111100 11111110 1011101 11010 0 0 11000101 1100011 110101

Color Harmonies of #11BCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BCFE

Black with #11BCFE

Text Example


Text Example

White with #11BCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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