Html Css Color HEX #11D1EF Deep Sky Blue

📋 copy color: '#11D1EF'

red 17 ◦ green 209 ◦ blue 239

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

Shades of Deep Sky Blue #11D1EF

Tints of Deep Sky Blue #11D1EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.4%

R = 3.66%
G = 44.95%
B = 51.4%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#11D1EF (or 0x11D1EF) is known color: Deep Sky Blue. HEX triplet: 11, D1 and EF. RGB value is (17,209,239). Sum of RGB (Red+Green+Blue) = 17+209+239=465 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.66% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #11D1EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11D1EF is #EE2E10. Grayscale: #9A9A9A. Windows color (decimal): -15609361 or 15716625. OLE color: 15716625.

HSL color Cylindrical-coordinate representation of color #11D1EF: hue angle of 188.11º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11D1EF is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 17 209 239 -
CMYK 0.93 0.13 0 0.06
HSL 188.11º 0.87% 0.5% -
HSV(B) 188.11º 0.93% 0.94% -
XYZ 38.61 51.95 89.65 -
YUV 155.01 175.39 29.56 -
System Red Green Blue C M Y K H S L
Decimal 17 209 239 0.93 0.13 0 0.06 188.11 0.87 0.5
Hex 11 D1 EF 5D D 0 6 BC 57 32
Octal 21 321 357 135 15 0 6 274 127 62
Binary 10001 11010001 11101111 1011101 1101 0 110 10111100 1010111 110010

Color Harmonies of #11D1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11D1EF

Black with #11D1EF

Text Example


Text Example

White with #11D1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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