Html Css Color HEX #11BFEB Deep Sky Blue

📋 copy color: '#11BFEB'

red 17 ◦ green 191 ◦ blue 235

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

Shades of Deep Sky Blue #11BFEB

Tints of Deep Sky Blue #11BFEB

RGB

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

 GREEN value IS 191 (75% from 255) = 43.12%

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

R = 3.84%
G = 43.12%
B = 53.05%

CMYK

 C value IS 0.93

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#11BFEB (or 0x11BFEB) is known color: Deep Sky Blue. HEX triplet: 11, BF and EB. RGB value is (17,191,235). Sum of RGB (Red+Green+Blue) = 17+191+235=443 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.84% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #11BFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BFEB is #EE4014. Grayscale: #8F8F8F. Windows color (decimal): -15613973 or 15449873. OLE color: 15449873.

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

Color convert

RGB 17 191 235 -
CMYK 0.93 0.19 0 0.08
HSL 192.11º 0.87% 0.49% -
HSV(B) 192.11º 0.93% 0.92% -
XYZ 33.86 43.38 85.19 -
YUV 143.99 179.35 37.42 -
System Red Green Blue C M Y K H S L
Decimal 17 191 235 0.93 0.19 0 0.08 192.11 0.87 0.49
Hex 11 BF EB 5D 13 0 8 C0 57 31
Octal 21 277 353 135 23 0 10 300 127 61
Binary 10001 10111111 11101011 1011101 10011 0 1000 11000000 1010111 110001

Color Harmonies of #11BFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BFEB

Black with #11BFEB

Text Example


Text Example

White with #11BFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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