Html Css Color HEX #118ACE Pacific Blue

📋 copy color: '#118ACE'

red 17 ◦ green 138 ◦ blue 206

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

Shades of Pacific Blue #118ACE

Tints of Pacific Blue #118ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.23%

 BLUE value IS 206 (80.86% from 255) = 57.06%

R = 4.71%
G = 38.23%
B = 57.06%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#118ACE (or 0x118ACE) is known color: Pacific Blue. HEX triplet: 11, 8A and CE. RGB value is (17,138,206). Sum of RGB (Red+Green+Blue) = 17+138+206=361 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.71% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #118ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118ACE is #EE7531. Grayscale: #6D6D6D. Windows color (decimal): -15627570 or 13535761. OLE color: 13535761.

HSL color Cylindrical-coordinate representation of color #118ACE: hue angle of 201.59º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #118ACE is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 138 206 -
CMYK 0.92 0.33 0 0.19
HSL 201.59º 0.85% 0.44% -
HSV(B) 201.59º 0.92% 0.81% -
XYZ 20.46 22.75 61.71 -
YUV 109.57 182.41 61.97 -
System Red Green Blue C M Y K H S L
Decimal 17 138 206 0.92 0.33 0 0.19 201.59 0.85 0.44
Hex 11 8A CE 5C 21 0 13 CA 55 2C
Octal 21 212 316 134 41 0 23 312 125 54
Binary 10001 10001010 11001110 1011100 100001 0 10011 11001010 1010101 101100

Color Harmonies of #118ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118ACE

Black with #118ACE

Text Example


Text Example

White with #118ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118ACE; }

 p { color: rgb(17,138,206); }

 H1.HeaderClassName
 {
   color: #118ACE;
 }
 .AnyTagClassName
 {
   color: #118ACE;
 }
</style>

background-color css

<style>
 a { background-color: #118ACE; }

 a { background-color: rgb(17,138,206); }

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

border-color css

<style>
 span { border-color: #118ACE; }

 span { border-color: rgb(17,138,206); }

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