Html Css Color HEX #11BFFE Deep Sky Blue

📋 copy color: '#11BFFE'

red 17 ◦ green 191 ◦ blue 254

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

Shades of Deep Sky Blue #11BFFE

Tints of Deep Sky Blue #11BFFE

RGB

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

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

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

R = 3.68%
G = 41.34%
B = 54.98%

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

#11BFFE (or 0x11BFFE) is known color: Deep Sky Blue. HEX triplet: 11, BF and FE. RGB value is (17,191,254). Sum of RGB (Red+Green+Blue) = 17+191+254=462 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.68% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #11BFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BFFE is #EE4001. Grayscale: #919191. Windows color (decimal): -15613954 or 16695057. OLE color: 16695057.

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

Color convert

RGB 17 191 254 -
CMYK 0.93 0.25 0 0.00
HSL 195.95º 0.99% 0.53% -
HSV(B) 195.95º 0.93% 1% -
XYZ 36.75 44.54 100.43 -
YUV 146.16 188.85 35.88 -
System Red Green Blue C M Y K H S L
Decimal 17 191 254 0.93 0.25 0 0.00 195.95 0.99 0.53
Hex 11 BF FE 5D 19 0 0 C4 63 35
Octal 21 277 376 135 31 0 0 304 143 65
Binary 10001 10111111 11111110 1011101 11001 0 0 11000100 1100011 110101

Color Harmonies of #11BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BFFE

Black with #11BFFE

Text Example


Text Example

White with #11BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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