Html Css Color HEX #11AAFA Deep Sky Blue

📋 copy color: '#11AAFA'

red 17 ◦ green 170 ◦ blue 250

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

Shades of Deep Sky Blue #11AAFA

Tints of Deep Sky Blue #11AAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.21%

R = 3.89%
G = 38.9%
B = 57.21%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#11AAFA (or 0x11AAFA) is known color: Deep Sky Blue. HEX triplet: 11, AA and FA. RGB value is (17,170,250). Sum of RGB (Red+Green+Blue) = 17+170+250=437 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.89% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #11AAFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11AAFA is #EE5505. Grayscale: #848484. Windows color (decimal): -15619334 or 16427537. OLE color: 16427537.

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

Color convert

RGB 17 170 250 -
CMYK 0.93 0.32 0 0.02
HSL 200.6º 0.96% 0.52% -
HSV(B) 200.6º 0.93% 0.98% -
XYZ 31.86 35.77 95.67 -
YUV 133.37 193.81 45 -
System Red Green Blue C M Y K H S L
Decimal 17 170 250 0.93 0.32 0 0.02 200.6 0.96 0.52
Hex 11 AA FA 5D 20 0 2 C9 60 34
Octal 21 252 372 135 40 0 2 311 140 64
Binary 10001 10101010 11111010 1011101 100000 0 10 11001001 1100000 110100

Color Harmonies of #11AAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AAFA

Black with #11AAFA

Text Example


Text Example

White with #11AAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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