Html Css Color HEX #11ADEE Deep Sky Blue

📋 copy color: '#11ADEE'

red 17 ◦ green 173 ◦ blue 238

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

Shades of Deep Sky Blue #11ADEE

Tints of Deep Sky Blue #11ADEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.61%

R = 3.97%
G = 40.42%
B = 55.61%

CMYK

 C value IS 0.93

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#11ADEE (or 0x11ADEE) is known color: Deep Sky Blue. HEX triplet: 11, AD and EE. RGB value is (17,173,238). Sum of RGB (Red+Green+Blue) = 17+173+238=428 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.97% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 238 (93.36% from 255 or 55.61% from 428); Max value from RGB is 238 - color contains mainly: blue. Hex color #11ADEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11ADEE is #EE5211. Grayscale: #858585. Windows color (decimal): -15618578 or 15641873. OLE color: 15641873.

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

Color convert

RGB 17 173 238 -
CMYK 0.93 0.27 0 0.07
HSL 197.65º 0.87% 0.5% -
HSV(B) 197.65º 0.93% 0.93% -
XYZ 30.61 36.18 86.26 -
YUV 133.77 186.82 44.71 -
System Red Green Blue C M Y K H S L
Decimal 17 173 238 0.93 0.27 0 0.07 197.65 0.87 0.5
Hex 11 AD EE 5D 1B 0 7 C6 57 32
Octal 21 255 356 135 33 0 7 306 127 62
Binary 10001 10101101 11101110 1011101 11011 0 111 11000110 1010111 110010

Color Harmonies of #11ADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ADEE

Black with #11ADEE

Text Example


Text Example

White with #11ADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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