Html Css Color HEX #118ECE Pacific Blue

📋 copy color: '#118ECE'

red 17 ◦ green 142 ◦ blue 206

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

Shades of Pacific Blue #118ECE

Tints of Pacific Blue #118ECE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.9%

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

R = 4.66%
G = 38.9%
B = 56.44%

CMYK

 C value IS 0.92

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#118ECE (or 0x118ECE) is known color: Pacific Blue. HEX triplet: 11, 8E and CE. RGB value is (17,142,206). Sum of RGB (Red+Green+Blue) = 17+142+206=365 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.66% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #118ECE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118ECE is #EE7131. Grayscale: #6F6F6F. Windows color (decimal): -15626546 or 13536785. OLE color: 13536785.

HSL color Cylindrical-coordinate representation of color #118ECE: hue angle of 200.32º 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 #118ECE is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 142 206 -
CMYK 0.92 0.31 0 0.19
HSL 200.32º 0.85% 0.44% -
HSV(B) 200.32º 0.92% 0.81% -
XYZ 21.04 23.92 61.9 -
YUV 111.92 181.09 60.3 -
System Red Green Blue C M Y K H S L
Decimal 17 142 206 0.92 0.31 0 0.19 200.32 0.85 0.44
Hex 11 8E CE 5C 1F 0 13 C8 55 2C
Octal 21 216 316 134 37 0 23 310 125 54
Binary 10001 10001110 11001110 1011100 11111 0 10011 11001000 1010101 101100

Color Harmonies of #118ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118ECE

Black with #118ECE

Text Example


Text Example

White with #118ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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