Html Css Color HEX #11D5FF Deep Sky Blue

📋 copy color: '#11D5FF'

red 17 ◦ green 213 ◦ blue 255

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

Shades of Deep Sky Blue #11D5FF

Tints of Deep Sky Blue #11D5FF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.92%

 BLUE value IS 255 (100% from 255) = 52.58%

R = 3.51%
G = 43.92%
B = 52.58%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#11D5FF (or 0x11D5FF) is known color: Deep Sky Blue. HEX triplet: 11, D5 and FF. RGB value is (17,213,255). Sum of RGB (Red+Green+Blue) = 17+213+255=485 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.51% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #11D5FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11D5FF is #EE2A00. Grayscale: #9E9E9E. Windows color (decimal): -15608321 or 16766225. OLE color: 16766225.

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

Color convert

RGB 17 213 255 -
CMYK 0.93 0.16 0 0
HSL 190.59º 1% 0.53% -
HSV(B) 190.59º 0.93% 1% -
XYZ 42.08 54.93 102.99 -
YUV 159.18 182.07 26.58 -
System Red Green Blue C M Y K H S L
Decimal 17 213 255 0.93 0.16 0 0 190.59 1 0.53
Hex 11 D5 FF 5D 10 0 0 BF 64 35
Octal 21 325 377 135 20 0 0 277 144 65
Binary 10001 11010101 11111111 1011101 10000 0 0 10111111 1100100 110101

Color Harmonies of #11D5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11D5FF

Black with #11D5FF

Text Example


Text Example

White with #11D5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,213,255); }

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

background-color css

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

 a { background-color: rgb(17,213,255); }

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

border-color css

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

 span { border-color: rgb(17,213,255); }

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