Html Css Color HEX #118CCE Pacific Blue

📋 copy color: '#118CCE'

red 17 ◦ green 140 ◦ blue 206

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

Shades of Pacific Blue #118CCE

Tints of Pacific Blue #118CCE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.57%

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

R = 4.68%
G = 38.57%
B = 56.75%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#118CCE (or 0x118CCE) is known color: Pacific Blue. HEX triplet: 11, 8C and CE. RGB value is (17,140,206). Sum of RGB (Red+Green+Blue) = 17+140+206=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #118CCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118CCE is #EE7331. Grayscale: #6E6E6E. Windows color (decimal): -15627058 or 13536273. OLE color: 13536273.

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

Color convert

RGB 17 140 206 -
CMYK 0.92 0.32 0 0.19
HSL 200.95º 0.85% 0.44% -
HSV(B) 200.95º 0.92% 0.81% -
XYZ 20.75 23.33 61.8 -
YUV 110.75 181.75 61.13 -
System Red Green Blue C M Y K H S L
Decimal 17 140 206 0.92 0.32 0 0.19 200.95 0.85 0.44
Hex 11 8C CE 5C 20 0 13 C9 55 2C
Octal 21 214 316 134 40 0 23 311 125 54
Binary 10001 10001100 11001110 1011100 100000 0 10011 11001001 1010101 101100

Color Harmonies of #118CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118CCE

Black with #118CCE

Text Example


Text Example

White with #118CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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