Html Css Color HEX #118CD1 Pacific Blue

📋 copy color: '#118CD1'

red 17 ◦ green 140 ◦ blue 209

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

Shades of Pacific Blue #118CD1

Tints of Pacific Blue #118CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 57.1%

R = 4.64%
G = 38.25%
B = 57.1%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#118CD1 (or 0x118CD1) is known color: Pacific Blue. HEX triplet: 11, 8C and D1. RGB value is (17,140,209). Sum of RGB (Red+Green+Blue) = 17+140+209=366 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.64% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 209 (82.03% from 255 or 57.10% from 366); Max value from RGB is 209 - color contains mainly: blue. Hex color #118CD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118CD1 is #EE732E. Grayscale: #6E6E6E. Windows color (decimal): -15627055 or 13732881. OLE color: 13732881.

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

Color convert

RGB 17 140 209 -
CMYK 0.92 0.33 0 0.18
HSL 201.56º 0.85% 0.44% -
HSV(B) 201.56º 0.92% 0.82% -
XYZ 21.12 23.48 63.74 -
YUV 111.09 183.25 60.89 -
System Red Green Blue C M Y K H S L
Decimal 17 140 209 0.92 0.33 0 0.18 201.56 0.85 0.44
Hex 11 8C D1 5C 21 0 12 CA 55 2C
Octal 21 214 321 134 41 0 22 312 125 54
Binary 10001 10001100 11010001 1011100 100001 0 10010 11001010 1010101 101100

Color Harmonies of #118CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118CD1

Black with #118CD1

Text Example


Text Example

White with #118CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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