Html Css Color HEX #118CD0 Pacific Blue

📋 copy color: '#118CD0'

red 17 ◦ green 140 ◦ blue 208

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

Shades of Pacific Blue #118CD0

Tints of Pacific Blue #118CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 56.99%

R = 4.66%
G = 38.36%
B = 56.99%

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

#118CD0 (or 0x118CD0) is known color: Pacific Blue. HEX triplet: 11, 8C and D0. RGB value is (17,140,208). Sum of RGB (Red+Green+Blue) = 17+140+208=365 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.66% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 208 (81.64% from 255 or 56.99% from 365); Max value from RGB is 208 - color contains mainly: blue. Hex color #118CD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118CD0 is #EE732F. Grayscale: #6E6E6E. Windows color (decimal): -15627056 or 13667345. OLE color: 13667345.

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

Color convert

RGB 17 140 208 -
CMYK 0.92 0.33 0 0.18
HSL 201.36º 0.85% 0.44% -
HSV(B) 201.36º 0.92% 0.82% -
XYZ 20.99 23.43 63.09 -
YUV 110.98 182.75 60.97 -
System Red Green Blue C M Y K H S L
Decimal 17 140 208 0.92 0.33 0 0.18 201.36 0.85 0.44
Hex 11 8C D0 5C 21 0 12 C9 55 2C
Octal 21 214 320 134 41 0 22 311 125 54
Binary 10001 10001100 11010000 1011100 100001 0 10010 11001001 1010101 101100

Color Harmonies of #118CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118CD0

Black with #118CD0

Text Example


Text Example

White with #118CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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