Html Css Color HEX #11ACEB Deep Sky Blue

📋 copy color: '#11ACEB'

red 17 ◦ green 172 ◦ blue 235

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

Shades of Deep Sky Blue #11ACEB

Tints of Deep Sky Blue #11ACEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.42%

R = 4.01%
G = 40.57%
B = 55.42%

CMYK

 C value IS 0.93

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#11ACEB (or 0x11ACEB) is known color: Deep Sky Blue. HEX triplet: 11, AC and EB. RGB value is (17,172,235). Sum of RGB (Red+Green+Blue) = 17+172+235=424 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4.01% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #11ACEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11ACEB is #EE5314. Grayscale: #848484. Windows color (decimal): -15618837 or 15445009. OLE color: 15445009.

HSL color Cylindrical-coordinate representation of color #11ACEB: hue angle of 197.34º degrees, saturation: 0.87, 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 #11ACEB is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 172 235 -
CMYK 0.93 0.27 0 0.08
HSL 197.34º 0.87% 0.49% -
HSV(B) 197.34º 0.93% 0.92% -
XYZ 29.98 35.62 83.89 -
YUV 132.84 185.65 45.38 -
System Red Green Blue C M Y K H S L
Decimal 17 172 235 0.93 0.27 0 0.08 197.34 0.87 0.49
Hex 11 AC EB 5D 1B 0 8 C5 57 31
Octal 21 254 353 135 33 0 10 305 127 61
Binary 10001 10101100 11101011 1011101 11011 0 1000 11000101 1010111 110001

Color Harmonies of #11ACEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ACEB

Black with #11ACEB

Text Example


Text Example

White with #11ACEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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