Html Css Color HEX #118CCC Pacific Blue

📋 copy color: '#118CCC'

red 17 ◦ green 140 ◦ blue 204

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

Shades of Pacific Blue #118CCC

Tints of Pacific Blue #118CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.51%

R = 4.71%
G = 38.78%
B = 56.51%

CMYK

 C value IS 0.92

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#118CCC (or 0x118CCC) is known color: Pacific Blue. HEX triplet: 11, 8C and CC. RGB value is (17,140,204). Sum of RGB (Red+Green+Blue) = 17+140+204=361 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.71% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #118CCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118CCC is #EE7333. Grayscale: #6E6E6E. Windows color (decimal): -15627060 or 13405201. OLE color: 13405201.

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

Color convert

RGB 17 140 204 -
CMYK 0.92 0.31 0 0.2
HSL 200.53º 0.85% 0.43% -
HSV(B) 200.53º 0.92% 0.8% -
XYZ 20.51 23.23 60.53 -
YUV 110.52 180.75 61.3 -
System Red Green Blue C M Y K H S L
Decimal 17 140 204 0.92 0.31 0 0.2 200.53 0.85 0.43
Hex 11 8C CC 5C 1F 0 14 C9 55 2B
Octal 21 214 314 134 37 0 24 311 125 53
Binary 10001 10001100 11001100 1011100 11111 0 10100 11001001 1010101 101011

Color Harmonies of #118CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118CCC

Black with #118CCC

Text Example


Text Example

White with #118CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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