Html Css Color HEX #11ACFF Deep Sky Blue

📋 copy color: '#11ACFF'

red 17 ◦ green 172 ◦ blue 255

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

Shades of Deep Sky Blue #11ACFF

Tints of Deep Sky Blue #11ACFF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.74%

 BLUE value IS 255 (100% from 255) = 57.43%

R = 3.83%
G = 38.74%
B = 57.43%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#11ACFF (or 0x11ACFF) is known color: Deep Sky Blue. HEX triplet: 11, AC and FF. RGB value is (17,172,255). Sum of RGB (Red+Green+Blue) = 17+172+255=444 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.83% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #11ACFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11ACFF is #EE5300. Grayscale: #868686. Windows color (decimal): -15618817 or 16755729. OLE color: 16755729.

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

Color convert

RGB 17 172 255 -
CMYK 0.93 0.33 0 0
HSL 200.92º 1% 0.53% -
HSV(B) 200.92º 0.93% 1% -
XYZ 33.03 36.84 99.98 -
YUV 135.12 195.65 43.75 -
System Red Green Blue C M Y K H S L
Decimal 17 172 255 0.93 0.33 0 0 200.92 1 0.53
Hex 11 AC FF 5D 21 0 0 C9 64 35
Octal 21 254 377 135 41 0 0 311 144 65
Binary 10001 10101100 11111111 1011101 100001 0 0 11001001 1100100 110101

Color Harmonies of #11ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ACFF

Black with #11ACFF

Text Example


Text Example

White with #11ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,172,255); }

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

background-color css

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

 a { background-color: rgb(17,172,255); }

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

border-color css

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

 span { border-color: rgb(17,172,255); }

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