Html Css Color HEX #11AAEE Deep Sky Blue

📋 copy color: '#11AAEE'

red 17 ◦ green 170 ◦ blue 238

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

Shades of Deep Sky Blue #11AAEE

Tints of Deep Sky Blue #11AAEE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40%

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

R = 4%
G = 40%
B = 56%

CMYK

 C value IS 0.93

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#11AAEE (or 0x11AAEE) is known color: Deep Sky Blue. HEX triplet: 11, AA and EE. RGB value is (17,170,238). Sum of RGB (Red+Green+Blue) = 17+170+238=425 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 238 (93.36% from 255 or 56% from 425); Max value from RGB is 238 - color contains mainly: blue. Hex color #11AAEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11AAEE is #EE5511. Grayscale: #838383. Windows color (decimal): -15619346 or 15641105. OLE color: 15641105.

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

Color convert

RGB 17 170 238 -
CMYK 0.93 0.29 0 0.07
HSL 198.46º 0.87% 0.5% -
HSV(B) 198.46º 0.93% 0.93% -
XYZ 30.04 35.04 86.07 -
YUV 132.01 187.81 45.97 -
System Red Green Blue C M Y K H S L
Decimal 17 170 238 0.93 0.29 0 0.07 198.46 0.87 0.5
Hex 11 AA EE 5D 1D 0 7 C6 57 32
Octal 21 252 356 135 35 0 7 306 127 62
Binary 10001 10101010 11101110 1011101 11101 0 111 11000110 1010111 110010

Color Harmonies of #11AAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AAEE

Black with #11AAEE

Text Example


Text Example

White with #11AAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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