Html Css Color HEX #11A8EC Deep Sky Blue

📋 copy color: '#11A8EC'

red 17 ◦ green 168 ◦ blue 236

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

Shades of Deep Sky Blue #11A8EC

Tints of Deep Sky Blue #11A8EC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.9%

 BLUE value IS 236 (92.58% from 255) = 56.06%

R = 4.04%
G = 39.9%
B = 56.06%

CMYK

 C value IS 0.93

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#11A8EC (or 0x11A8EC) is known color: Deep Sky Blue. HEX triplet: 11, A8 and EC. RGB value is (17,168,236). Sum of RGB (Red+Green+Blue) = 17+168+236=421 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.04% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #11A8EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A8EC is #EE5713. Grayscale: #828282. Windows color (decimal): -15619860 or 15509521. OLE color: 15509521.

HSL color Cylindrical-coordinate representation of color #11A8EC: hue angle of 198.63º 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 #11A8EC is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 168 236 -
CMYK 0.93 0.29 0 0.07
HSL 198.63º 0.87% 0.5% -
HSV(B) 198.63º 0.93% 0.93% -
XYZ 29.37 34.18 84.41 -
YUV 130.6 187.47 46.97 -
System Red Green Blue C M Y K H S L
Decimal 17 168 236 0.93 0.29 0 0.07 198.63 0.87 0.5
Hex 11 A8 EC 5D 1D 0 7 C7 57 32
Octal 21 250 354 135 35 0 7 307 127 62
Binary 10001 10101000 11101100 1011101 11101 0 111 11000111 1010111 110010

Color Harmonies of #11A8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A8EC

Black with #11A8EC

Text Example


Text Example

White with #11A8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,168,236); }

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

background-color css

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

 a { background-color: rgb(17,168,236); }

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

border-color css

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

 span { border-color: rgb(17,168,236); }

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