Html Css Color HEX #11BEFE Deep Sky Blue

📋 copy color: '#11BEFE'

red 17 ◦ green 190 ◦ blue 254

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

Shades of Deep Sky Blue #11BEFE

Tints of Deep Sky Blue #11BEFE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.21%

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

R = 3.69%
G = 41.21%
B = 55.1%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#11BEFE (or 0x11BEFE) is known color: Deep Sky Blue. HEX triplet: 11, BE and FE. RGB value is (17,190,254). Sum of RGB (Red+Green+Blue) = 17+190+254=461 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.69% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #11BEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BEFE is #EE4101. Grayscale: #919191. Windows color (decimal): -15614210 or 16694801. OLE color: 16694801.

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

Color convert

RGB 17 190 254 -
CMYK 0.93 0.25 0 0.00
HSL 196.2º 0.99% 0.53% -
HSV(B) 196.2º 0.93% 1% -
XYZ 36.53 44.1 100.35 -
YUV 145.57 189.19 36.3 -
System Red Green Blue C M Y K H S L
Decimal 17 190 254 0.93 0.25 0 0.00 196.2 0.99 0.53
Hex 11 BE FE 5D 19 0 0 C4 63 35
Octal 21 276 376 135 31 0 0 304 143 65
Binary 10001 10111110 11111110 1011101 11001 0 0 11000100 1100011 110101

Color Harmonies of #11BEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BEFE

Black with #11BEFE

Text Example


Text Example

White with #11BEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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