Html Css Color HEX #11BFEE Deep Sky Blue

📋 copy color: '#11BFEE'

red 17 ◦ green 191 ◦ blue 238

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

Shades of Deep Sky Blue #11BFEE

Tints of Deep Sky Blue #11BFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.36%

R = 3.81%
G = 42.83%
B = 53.36%

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

#11BFEE (or 0x11BFEE) is known color: Deep Sky Blue. HEX triplet: 11, BF and EE. RGB value is (17,191,238). Sum of RGB (Red+Green+Blue) = 17+191+238=446 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.81% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #11BFEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BFEE is #EE4011. Grayscale: #8F8F8F. Windows color (decimal): -15613970 or 15646481. OLE color: 15646481.

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

Color convert

RGB 17 191 238 -
CMYK 0.93 0.20 0 0.07
HSL 192.76º 0.87% 0.5% -
HSV(B) 192.76º 0.93% 0.93% -
XYZ 34.29 43.55 87.49 -
YUV 144.33 180.85 37.18 -
System Red Green Blue C M Y K H S L
Decimal 17 191 238 0.93 0.20 0 0.07 192.76 0.87 0.5
Hex 11 BF EE 5D 14 0 7 C1 57 32
Octal 21 277 356 135 24 0 7 301 127 62
Binary 10001 10111111 11101110 1011101 10100 0 111 11000001 1010111 110010

Color Harmonies of #11BFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BFEE

Black with #11BFEE

Text Example


Text Example

White with #11BFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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