Html Css Color HEX #11ADF1 Deep Sky Blue

📋 copy color: '#11ADF1'

red 17 ◦ green 173 ◦ blue 241

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

Shades of Deep Sky Blue #11ADF1

Tints of Deep Sky Blue #11ADF1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.14%

 BLUE value IS 241 (94.53% from 255) = 55.92%

R = 3.94%
G = 40.14%
B = 55.92%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#11ADF1 (or 0x11ADF1) is known color: Deep Sky Blue. HEX triplet: 11, AD and F1. RGB value is (17,173,241). Sum of RGB (Red+Green+Blue) = 17+173+241=431 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.94% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 241 (94.53% from 255 or 55.92% from 431); Max value from RGB is 241 - color contains mainly: blue. Hex color #11ADF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11ADF1 is #EE520E. Grayscale: #858585. Windows color (decimal): -15618575 or 15838481. OLE color: 15838481.

HSL color Cylindrical-coordinate representation of color #11ADF1: hue angle of 198.21º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11ADF1 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 17 173 241 -
CMYK 0.93 0.28 0 0.05
HSL 198.21º 0.89% 0.51% -
HSV(B) 198.21º 0.93% 0.95% -
XYZ 31.05 36.36 88.6 -
YUV 134.11 188.32 44.47 -
System Red Green Blue C M Y K H S L
Decimal 17 173 241 0.93 0.28 0 0.05 198.21 0.89 0.51
Hex 11 AD F1 5D 1C 0 5 C6 59 33
Octal 21 255 361 135 34 0 5 306 131 63
Binary 10001 10101101 11110001 1011101 11100 0 101 11000110 1011001 110011

Color Harmonies of #11ADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ADF1

Black with #11ADF1

Text Example


Text Example

White with #11ADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,173,241); }

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

background-color css

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

 a { background-color: rgb(17,173,241); }

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

border-color css

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

 span { border-color: rgb(17,173,241); }

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