Html Css Color HEX #118DC3 Pacific Blue

📋 copy color: '#118DC3'

red 17 ◦ green 141 ◦ blue 195

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

Shades of Pacific Blue #118DC3

Tints of Pacific Blue #118DC3

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.94%

 BLUE value IS 195 (76.56% from 255) = 55.24%

R = 4.82%
G = 39.94%
B = 55.24%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#118DC3 (or 0x118DC3) is known color: Pacific Blue. HEX triplet: 11, 8D and C3. RGB value is (17,141,195). Sum of RGB (Red+Green+Blue) = 17+141+195=353 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.82% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 195 (76.56% from 255 or 55.24% from 353); Max value from RGB is 195 - color contains mainly: blue. Hex color #118DC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118DC3 is #EE723C. Grayscale: #6D6D6D. Windows color (decimal): -15626813 or 12815633. OLE color: 12815633.

HSL color Cylindrical-coordinate representation of color #118DC3: hue angle of 198.2º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #118DC3 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 17 141 195 -
CMYK 0.91 0.28 0 0.24
HSL 198.2º 0.84% 0.42% -
HSV(B) 198.2º 0.91% 0.76% -
XYZ 19.61 23.11 55.06 -
YUV 110.08 175.92 61.61 -
System Red Green Blue C M Y K H S L
Decimal 17 141 195 0.91 0.28 0 0.24 198.2 0.84 0.42
Hex 11 8D C3 5B 1C 0 18 C6 54 2A
Octal 21 215 303 133 34 0 30 306 124 52
Binary 10001 10001101 11000011 1011011 11100 0 11000 11000110 1010100 101010

Color Harmonies of #118DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118DC3

Black with #118DC3

Text Example


Text Example

White with #118DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,141,195); }

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

background-color css

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

 a { background-color: rgb(17,141,195); }

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

border-color css

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

 span { border-color: rgb(17,141,195); }

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