Html Css Color HEX #11ACED Deep Sky Blue

📋 copy color: '#11ACED'

red 17 ◦ green 172 ◦ blue 237

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

Shades of Deep Sky Blue #11ACED

Tints of Deep Sky Blue #11ACED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.63%

R = 3.99%
G = 40.38%
B = 55.63%

CMYK

 C value IS 0.93

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#11ACED (or 0x11ACED) is known color: Deep Sky Blue. HEX triplet: 11, AC and ED. RGB value is (17,172,237). Sum of RGB (Red+Green+Blue) = 17+172+237=426 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.99% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #11ACED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11ACED is #EE5312. Grayscale: #848484. Windows color (decimal): -15618835 or 15576081. OLE color: 15576081.

HSL color Cylindrical-coordinate representation of color #11ACED: hue angle of 197.73º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11ACED is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 172 237 -
CMYK 0.93 0.27 0 0.07
HSL 197.73º 0.87% 0.5% -
HSV(B) 197.73º 0.93% 0.93% -
XYZ 30.27 35.74 85.42 -
YUV 133.07 186.65 45.21 -
System Red Green Blue C M Y K H S L
Decimal 17 172 237 0.93 0.27 0 0.07 197.73 0.87 0.5
Hex 11 AC ED 5D 1B 0 7 C6 57 32
Octal 21 254 355 135 33 0 7 306 127 62
Binary 10001 10101100 11101101 1011101 11011 0 111 11000110 1010111 110010

Color Harmonies of #11ACED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ACED

Black with #11ACED

Text Example


Text Example

White with #11ACED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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