Html Css Color HEX #118FCD Pacific Blue

📋 copy color: '#118FCD'

red 17 ◦ green 143 ◦ blue 205

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

Shades of Pacific Blue #118FCD

Tints of Pacific Blue #118FCD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.18%

 BLUE value IS 205 (80.47% from 255) = 56.16%

R = 4.66%
G = 39.18%
B = 56.16%

CMYK

 C value IS 0.92

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#118FCD (or 0x118FCD) is known color: Pacific Blue. HEX triplet: 11, 8F and CD. RGB value is (17,143,205). Sum of RGB (Red+Green+Blue) = 17+143+205=365 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.66% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #118FCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118FCD is #EE7032. Grayscale: #707070. Windows color (decimal): -15626291 or 13471505. OLE color: 13471505.

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

Color convert

RGB 17 143 205 -
CMYK 0.92 0.30 0 0.20
HSL 199.79º 0.85% 0.44% -
HSV(B) 199.79º 0.92% 0.8% -
XYZ 21.07 24.17 61.31 -
YUV 112.39 180.26 59.96 -
System Red Green Blue C M Y K H S L
Decimal 17 143 205 0.92 0.30 0 0.20 199.79 0.85 0.44
Hex 11 8F CD 5C 1E 0 14 C8 55 2C
Octal 21 217 315 134 36 0 24 310 125 54
Binary 10001 10001111 11001101 1011100 11110 0 10100 11001000 1010101 101100

Color Harmonies of #118FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118FCD

Black with #118FCD

Text Example


Text Example

White with #118FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,143,205); }

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

background-color css

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

 a { background-color: rgb(17,143,205); }

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

border-color css

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

 span { border-color: rgb(17,143,205); }

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