Html Css Color HEX #118CCD Pacific Blue

📋 copy color: '#118CCD'

red 17 ◦ green 140 ◦ blue 205

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

Shades of Pacific Blue #118CCD

Tints of Pacific Blue #118CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.63%

R = 4.7%
G = 38.67%
B = 56.63%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#118CCD (or 0x118CCD) is known color: Pacific Blue. HEX triplet: 11, 8C and CD. RGB value is (17,140,205). Sum of RGB (Red+Green+Blue) = 17+140+205=362 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.70% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #118CCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118CCD is #EE7332. Grayscale: #6E6E6E. Windows color (decimal): -15627059 or 13470737. OLE color: 13470737.

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

Color convert

RGB 17 140 205 -
CMYK 0.92 0.32 0 0.20
HSL 200.74º 0.85% 0.44% -
HSV(B) 200.74º 0.92% 0.8% -
XYZ 20.63 23.28 61.16 -
YUV 110.63 181.25 61.21 -
System Red Green Blue C M Y K H S L
Decimal 17 140 205 0.92 0.32 0 0.20 200.74 0.85 0.44
Hex 11 8C CD 5C 20 0 14 C9 55 2C
Octal 21 214 315 134 40 0 24 311 125 54
Binary 10001 10001100 11001101 1011100 100000 0 10100 11001001 1010101 101100

Color Harmonies of #118CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118CCD

Black with #118CCD

Text Example


Text Example

White with #118CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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