Html Css Color HEX #11AAFE Deep Sky Blue

📋 copy color: '#11AAFE'

red 17 ◦ green 170 ◦ blue 254

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

Shades of Deep Sky Blue #11AAFE

Tints of Deep Sky Blue #11AAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.6%

R = 3.85%
G = 38.55%
B = 57.6%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#11AAFE (or 0x11AAFE) is known color: Deep Sky Blue. HEX triplet: 11, AA and FE. RGB value is (17,170,254). Sum of RGB (Red+Green+Blue) = 17+170+254=441 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.85% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #11AAFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11AAFE is #EE5501. Grayscale: #858585. Windows color (decimal): -15619330 or 16689681. OLE color: 16689681.

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

Color convert

RGB 17 170 254 -
CMYK 0.93 0.33 0 0.00
HSL 201.27º 0.99% 0.53% -
HSV(B) 201.27º 0.93% 1% -
XYZ 32.5 36.02 99.01 -
YUV 133.83 195.81 44.67 -
System Red Green Blue C M Y K H S L
Decimal 17 170 254 0.93 0.33 0 0.00 201.27 0.99 0.53
Hex 11 AA FE 5D 21 0 0 C9 63 35
Octal 21 252 376 135 41 0 0 311 143 65
Binary 10001 10101010 11111110 1011101 100001 0 0 11001001 1100011 110101

Color Harmonies of #11AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AAFE

Black with #11AAFE

Text Example


Text Example

White with #11AAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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