Html Css Color HEX #11D9FB Deep Sky Blue

📋 copy color: '#11D9FB'

red 17 ◦ green 217 ◦ blue 251

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

Shades of Deep Sky Blue #11D9FB

Tints of Deep Sky Blue #11D9FB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.74%

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

R = 3.51%
G = 44.74%
B = 51.75%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#11D9FB (or 0x11D9FB) is known color: Deep Sky Blue. HEX triplet: 11, D9 and FB. RGB value is (17,217,251). Sum of RGB (Red+Green+Blue) = 17+217+251=485 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.51% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #11D9FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11D9FB is #EE2604. Grayscale: #A0A0A0. Windows color (decimal): -15607301 or 16505105. OLE color: 16505105.

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

Color convert

RGB 17 217 251 -
CMYK 0.93 0.14 0 0.02
HSL 188.72º 0.97% 0.53% -
HSV(B) 188.72º 0.93% 0.98% -
XYZ 42.46 56.71 99.98 -
YUV 161.08 178.74 25.24 -
System Red Green Blue C M Y K H S L
Decimal 17 217 251 0.93 0.14 0 0.02 188.72 0.97 0.53
Hex 11 D9 FB 5D E 0 2 BD 61 35
Octal 21 331 373 135 16 0 2 275 141 65
Binary 10001 11011001 11111011 1011101 1110 0 10 10111101 1100001 110101

Color Harmonies of #11D9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11D9FB

Black with #11D9FB

Text Example


Text Example

White with #11D9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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