Html Css Color HEX #118BCF Pacific Blue

📋 copy color: '#118BCF'

red 17 ◦ green 139 ◦ blue 207

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

Shades of Pacific Blue #118BCF

Tints of Pacific Blue #118BCF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.29%

 BLUE value IS 207 (81.25% from 255) = 57.02%

R = 4.68%
G = 38.29%
B = 57.02%

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

#118BCF (or 0x118BCF) is known color: Pacific Blue. HEX triplet: 11, 8B and CF. RGB value is (17,139,207). Sum of RGB (Red+Green+Blue) = 17+139+207=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #118BCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118BCF is #EE7430. Grayscale: #6D6D6D. Windows color (decimal): -15627313 or 13601553. OLE color: 13601553.

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

Color convert

RGB 17 139 207 -
CMYK 0.92 0.33 0 0.19
HSL 201.47º 0.85% 0.44% -
HSV(B) 201.47º 0.92% 0.81% -
XYZ 20.73 23.09 62.4 -
YUV 110.27 182.58 61.47 -
System Red Green Blue C M Y K H S L
Decimal 17 139 207 0.92 0.33 0 0.19 201.47 0.85 0.44
Hex 11 8B CF 5C 21 0 13 C9 55 2C
Octal 21 213 317 134 41 0 23 311 125 54
Binary 10001 10001011 11001111 1011100 100001 0 10011 11001001 1010101 101100

Color Harmonies of #118BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118BCF

Black with #118BCF

Text Example


Text Example

White with #118BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,139,207); }

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

background-color css

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

 a { background-color: rgb(17,139,207); }

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

border-color css

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

 span { border-color: rgb(17,139,207); }

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