Html Css Color HEX #118ACF Pacific Blue

📋 copy color: '#118ACF'

red 17 ◦ green 138 ◦ blue 207

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

Shades of Pacific Blue #118ACF

Tints of Pacific Blue #118ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.12%

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

R = 4.7%
G = 38.12%
B = 57.18%

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

#118ACF (or 0x118ACF) is known color: Pacific Blue. HEX triplet: 11, 8A and CF. RGB value is (17,138,207). Sum of RGB (Red+Green+Blue) = 17+138+207=362 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.70% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #118ACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118ACF is #EE7530. Grayscale: #6D6D6D. Windows color (decimal): -15627569 or 13601297. OLE color: 13601297.

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

Color convert

RGB 17 138 207 -
CMYK 0.92 0.33 0 0.19
HSL 201.79º 0.85% 0.44% -
HSV(B) 201.79º 0.92% 0.81% -
XYZ 20.58 22.8 62.35 -
YUV 109.69 182.91 61.89 -
System Red Green Blue C M Y K H S L
Decimal 17 138 207 0.92 0.33 0 0.19 201.79 0.85 0.44
Hex 11 8A CF 5C 21 0 13 CA 55 2C
Octal 21 212 317 134 41 0 23 312 125 54
Binary 10001 10001010 11001111 1011100 100001 0 10011 11001010 1010101 101100

Color Harmonies of #118ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118ACF

Black with #118ACF

Text Example


Text Example

White with #118ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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