Html Css Color HEX #11AAF6 Deep Sky Blue

📋 copy color: '#11AAF6'

red 17 ◦ green 170 ◦ blue 246

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

Shades of Deep Sky Blue #11AAF6

Tints of Deep Sky Blue #11AAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 56.81%

R = 3.93%
G = 39.26%
B = 56.81%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#11AAF6 (or 0x11AAF6) is known color: Deep Sky Blue. HEX triplet: 11, AA and F6. RGB value is (17,170,246). Sum of RGB (Red+Green+Blue) = 17+170+246=433 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.93% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 246 (96.48% from 255 or 56.81% from 433); Max value from RGB is 246 - color contains mainly: blue. Hex color #11AAF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11AAF6 is #EE5509. Grayscale: #848484. Windows color (decimal): -15619338 or 16165393. OLE color: 16165393.

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

Color convert

RGB 17 170 246 -
CMYK 0.93 0.31 0 0.04
HSL 199.91º 0.93% 0.52% -
HSV(B) 199.91º 0.93% 0.96% -
XYZ 31.24 35.52 92.4 -
YUV 132.92 191.81 45.32 -
System Red Green Blue C M Y K H S L
Decimal 17 170 246 0.93 0.31 0 0.04 199.91 0.93 0.52
Hex 11 AA F6 5D 1F 0 4 C8 5D 34
Octal 21 252 366 135 37 0 4 310 135 64
Binary 10001 10101010 11110110 1011101 11111 0 100 11001000 1011101 110100

Color Harmonies of #11AAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AAF6

Black with #11AAF6

Text Example


Text Example

White with #11AAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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