Html Css Color HEX #11BBFB Deep Sky Blue

📋 copy color: '#11BBFB'

red 17 ◦ green 187 ◦ blue 251

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

Shades of Deep Sky Blue #11BBFB

Tints of Deep Sky Blue #11BBFB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.1%

 BLUE value IS 251 (98.44% from 255) = 55.16%

R = 3.74%
G = 41.1%
B = 55.16%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#11BBFB (or 0x11BBFB) is known color: Deep Sky Blue. HEX triplet: 11, BB and FB. RGB value is (17,187,251). Sum of RGB (Red+Green+Blue) = 17+187+251=455 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.74% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #11BBFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BBFB is #EE4404. Grayscale: #8F8F8F. Windows color (decimal): -15614981 or 16497425. OLE color: 16497425.

HSL color Cylindrical-coordinate representation of color #11BBFB: hue angle of 196.41º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11BBFB is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 187 251 -
CMYK 0.93 0.25 0 0.02
HSL 196.41º 0.97% 0.53% -
HSV(B) 196.41º 0.93% 0.98% -
XYZ 35.41 42.62 97.63 -
YUV 143.47 188.68 37.8 -
System Red Green Blue C M Y K H S L
Decimal 17 187 251 0.93 0.25 0 0.02 196.41 0.97 0.53
Hex 11 BB FB 5D 19 0 2 C4 61 35
Octal 21 273 373 135 31 0 2 304 141 65
Binary 10001 10111011 11111011 1011101 11001 0 10 11000100 1100001 110101

Color Harmonies of #11BBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BBFB

Black with #11BBFB

Text Example


Text Example

White with #11BBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,187,251); }

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

background-color css

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

 a { background-color: rgb(17,187,251); }

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

border-color css

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

 span { border-color: rgb(17,187,251); }

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