Html Css Color HEX #11ACEA Deep Sky Blue

📋 copy color: '#11ACEA'

red 17 ◦ green 172 ◦ blue 234

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

Shades of Deep Sky Blue #11ACEA

Tints of Deep Sky Blue #11ACEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.32%

R = 4.02%
G = 40.66%
B = 55.32%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#11ACEA (or 0x11ACEA) is known color: Deep Sky Blue. HEX triplet: 11, AC and EA. RGB value is (17,172,234). Sum of RGB (Red+Green+Blue) = 17+172+234=423 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4.02% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #11ACEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11ACEA is #EE5315. Grayscale: #848484. Windows color (decimal): -15618838 or 15379473. OLE color: 15379473.

HSL color Cylindrical-coordinate representation of color #11ACEA: hue angle of 197.14º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11ACEA is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 172 234 -
CMYK 0.93 0.26 0 0.08
HSL 197.14º 0.86% 0.49% -
HSV(B) 197.14º 0.93% 0.92% -
XYZ 29.83 35.56 83.13 -
YUV 132.72 185.15 45.46 -
System Red Green Blue C M Y K H S L
Decimal 17 172 234 0.93 0.26 0 0.08 197.14 0.86 0.49
Hex 11 AC EA 5D 1A 0 8 C5 56 31
Octal 21 254 352 135 32 0 10 305 126 61
Binary 10001 10101100 11101010 1011101 11010 0 1000 11000101 1010110 110001

Color Harmonies of #11ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ACEA

Black with #11ACEA

Text Example


Text Example

White with #11ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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