Html Css Color HEX #118FCB Pacific Blue

📋 copy color: '#118FCB'

red 17 ◦ green 143 ◦ blue 203

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

Shades of Pacific Blue #118FCB

Tints of Pacific Blue #118FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.92%

R = 4.68%
G = 39.39%
B = 55.92%

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

#118FCB (or 0x118FCB) is known color: Pacific Blue. HEX triplet: 11, 8F and CB. RGB value is (17,143,203). Sum of RGB (Red+Green+Blue) = 17+143+203=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #118FCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118FCB is #EE7034. Grayscale: #6F6F6F. Windows color (decimal): -15626293 or 13340433. OLE color: 13340433.

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

Color convert

RGB 17 143 203 -
CMYK 0.92 0.30 0 0.20
HSL 199.35º 0.85% 0.43% -
HSV(B) 199.35º 0.92% 0.8% -
XYZ 20.83 24.08 60.05 -
YUV 112.17 179.26 60.12 -
System Red Green Blue C M Y K H S L
Decimal 17 143 203 0.92 0.30 0 0.20 199.35 0.85 0.43
Hex 11 8F CB 5C 1E 0 14 C7 55 2B
Octal 21 217 313 134 36 0 24 307 125 53
Binary 10001 10001111 11001011 1011100 11110 0 10100 11000111 1010101 101011

Color Harmonies of #118FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118FCB

Black with #118FCB

Text Example


Text Example

White with #118FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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