#11A0DE

Color #11A0DE Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #11A0DE

Tints of Pacific Blue #11A0DE

Color information

#11A0DE (or 0x11A0DE) is unknown color: approx Pacific Blue. HEX triplet: 11, A0 and DE. RGB value is (17,160,222). Sum of RGB (Red+Green+Blue) = 17+160+222=399 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.26% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #11A0DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A0DE is #EE5F21. Grayscale: #7B7B7B. Windows color (decimal): -15621922 or 14589969. OLE color: 14589969.

HSL color Cylindrical-coordinate representation of color #11A0DE: hue angle of 198.15º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11A0DE is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17160222-
CMYK0.920.2800.13
HSL198.15º85.77%46.86%-
HSV(B)198.15º92.34%87.06%-
XYZ25.9930.5373.63-
YUV124.31183.1251.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.26%
GREEN value IS 160 (62.89% from 255) = 40.10%
BLUE value IS 222 (87.11% from 255) = 55.64%
R=4.26%
G=40.10%
B=55.64%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171602220.920.2800.13198.1585.7746.86
Hex11A0DE5C1C0Dc6562f
Octal212403361343401530612657
Binary10001101000001101111010111001110001101110001101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,160,222); }

 H1.HeaderClassName
 {
   color: #11A0DE;
 }
 .AnyTagClassName
 {
   color: #11A0DE;
 }
</style>
background-color css

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

 a { background-color: rgb(17,160,222); }

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

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

 span { border-color: rgb(17,160,222); }

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