Html Css Color HEX #11AAFD Deep Sky Blue

📋 copy color: '#11AAFD'

red 17 ◦ green 170 ◦ blue 253

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

Shades of Deep Sky Blue #11AAFD

Tints of Deep Sky Blue #11AAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.5%

R = 3.86%
G = 38.64%
B = 57.5%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#11AAFD (or 0x11AAFD) is known color: Deep Sky Blue. HEX triplet: 11, AA and FD. RGB value is (17,170,253). Sum of RGB (Red+Green+Blue) = 17+170+253=440 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.86% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #11AAFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11AAFD is #EE5502. Grayscale: #858585. Windows color (decimal): -15619331 or 16624145. OLE color: 16624145.

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

Color convert

RGB 17 170 253 -
CMYK 0.93 0.33 0 0.01
HSL 201.1º 0.98% 0.53% -
HSV(B) 201.1º 0.93% 0.99% -
XYZ 32.34 35.96 98.17 -
YUV 133.72 195.31 44.75 -
System Red Green Blue C M Y K H S L
Decimal 17 170 253 0.93 0.33 0 0.01 201.1 0.98 0.53
Hex 11 AA FD 5D 21 0 1 C9 62 35
Octal 21 252 375 135 41 0 1 311 142 65
Binary 10001 10101010 11111101 1011101 100001 0 1 11001001 1100010 110101

Color Harmonies of #11AAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AAFD

Black with #11AAFD

Text Example


Text Example

White with #11AAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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