Html Css Color HEX #11AAF7 Deep Sky Blue

📋 copy color: '#11AAF7'

red 17 ◦ green 170 ◦ blue 247

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

Shades of Deep Sky Blue #11AAF7

Tints of Deep Sky Blue #11AAF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 56.91%

R = 3.92%
G = 39.17%
B = 56.91%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#11AAF7 (or 0x11AAF7) is known color: Deep Sky Blue. HEX triplet: 11, AA and F7. RGB value is (17,170,247). Sum of RGB (Red+Green+Blue) = 17+170+247=434 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.92% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 247 (96.88% from 255 or 56.91% from 434); Max value from RGB is 247 - color contains mainly: blue. Hex color #11AAF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11AAF7 is #EE5508. Grayscale: #848484. Windows color (decimal): -15619337 or 16230929. OLE color: 16230929.

HSL color Cylindrical-coordinate representation of color #11AAF7: hue angle of 200.09º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11AAF7 is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 17 170 247 -
CMYK 0.93 0.31 0 0.03
HSL 200.09º 0.93% 0.52% -
HSV(B) 200.09º 0.93% 0.97% -
XYZ 31.39 35.58 93.21 -
YUV 133.03 192.31 45.24 -
System Red Green Blue C M Y K H S L
Decimal 17 170 247 0.93 0.31 0 0.03 200.09 0.93 0.52
Hex 11 AA F7 5D 1F 0 3 C8 5D 34
Octal 21 252 367 135 37 0 3 310 135 64
Binary 10001 10101010 11110111 1011101 11111 0 11 11001000 1011101 110100

Color Harmonies of #11AAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AAF7

Black with #11AAF7

Text Example


Text Example

White with #11AAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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