Html Css Color HEX #119DBF Pacific Blue

📋 copy color: '#119DBF'

red 17 ◦ green 157 ◦ blue 191

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

Shades of Pacific Blue #119DBF

Tints of Pacific Blue #119DBF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.01%

 BLUE value IS 191 (75% from 255) = 52.33%

R = 4.66%
G = 43.01%
B = 52.33%

CMYK

 C value IS 0.91

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#119DBF (or 0x119DBF) is known color: Pacific Blue. HEX triplet: 11, 9D and BF. RGB value is (17,157,191). Sum of RGB (Red+Green+Blue) = 17+157+191=365 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.66% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #119DBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119DBF is #EE6240. Grayscale: #767676. Windows color (decimal): -15622721 or 12557585. OLE color: 12557585.

HSL color Cylindrical-coordinate representation of color #119DBF: hue angle of 191.72º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #119DBF is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 157 191 -
CMYK 0.91 0.18 0 0.25
HSL 191.72º 0.84% 0.41% -
HSV(B) 191.72º 0.91% 0.75% -
XYZ 21.69 27.99 53.55 -
YUV 119.02 168.62 55.24 -
System Red Green Blue C M Y K H S L
Decimal 17 157 191 0.91 0.18 0 0.25 191.72 0.84 0.41
Hex 11 9D BF 5B 12 0 19 C0 54 29
Octal 21 235 277 133 22 0 31 300 124 51
Binary 10001 10011101 10111111 1011011 10010 0 11001 11000000 1010100 101001

Color Harmonies of #119DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119DBF

Black with #119DBF

Text Example


Text Example

White with #119DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119DBF; }

 p { color: rgb(17,157,191); }

 H1.HeaderClassName
 {
   color: #119DBF;
 }
 .AnyTagClassName
 {
   color: #119DBF;
 }
</style>

background-color css

<style>
 a { background-color: #119DBF; }

 a { background-color: rgb(17,157,191); }

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

border-color css

<style>
 span { border-color: #119DBF; }

 span { border-color: rgb(17,157,191); }

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