Html Css Color HEX #11D1FB Deep Sky Blue

📋 copy color: '#11D1FB'

red 17 ◦ green 209 ◦ blue 251

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

Shades of Deep Sky Blue #11D1FB

Tints of Deep Sky Blue #11D1FB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.82%

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

R = 3.56%
G = 43.82%
B = 52.62%

CMYK

 C value IS 0.93

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#11D1FB (or 0x11D1FB) is known color: Deep Sky Blue. HEX triplet: 11, D1 and FB. RGB value is (17,209,251). Sum of RGB (Red+Green+Blue) = 17+209+251=477 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.56% from 477); Green value is 209 (82.03% from 255 or 43.82% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #11D1FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11D1FB is #EE2E04. Grayscale: #9C9C9C. Windows color (decimal): -15609349 or 16503057. OLE color: 16503057.

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

Color convert

RGB 17 209 251 -
CMYK 0.93 0.17 0 0.02
HSL 190.77º 0.97% 0.53% -
HSV(B) 190.77º 0.93% 0.98% -
XYZ 40.44 52.69 99.3 -
YUV 156.38 181.39 28.58 -
System Red Green Blue C M Y K H S L
Decimal 17 209 251 0.93 0.17 0 0.02 190.77 0.97 0.53
Hex 11 D1 FB 5D 11 0 2 BF 61 35
Octal 21 321 373 135 21 0 2 277 141 65
Binary 10001 11010001 11111011 1011101 10001 0 10 10111111 1100001 110101

Color Harmonies of #11D1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11D1FB

Black with #11D1FB

Text Example


Text Example

White with #11D1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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