Html Css Color HEX #119CBF Pacific Blue

📋 copy color: '#119CBF'

red 17 ◦ green 156 ◦ blue 191

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

Shades of Pacific Blue #119CBF

Tints of Pacific Blue #119CBF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.86%

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

R = 4.67%
G = 42.86%
B = 52.47%

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

#119CBF (or 0x119CBF) is known color: Pacific Blue. HEX triplet: 11, 9C and BF. RGB value is (17,156,191). Sum of RGB (Red+Green+Blue) = 17+156+191=364 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.67% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #119CBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119CBF is #EE6340. Grayscale: #767676. Windows color (decimal): -15622977 or 12557329. OLE color: 12557329.

HSL color Cylindrical-coordinate representation of color #119CBF: hue angle of 192.07º 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 #119CBF is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 156 191 -
CMYK 0.91 0.18 0 0.25
HSL 192.07º 0.84% 0.41% -
HSV(B) 192.07º 0.91% 0.75% -
XYZ 21.52 27.66 53.49 -
YUV 118.43 168.95 55.65 -
System Red Green Blue C M Y K H S L
Decimal 17 156 191 0.91 0.18 0 0.25 192.07 0.84 0.41
Hex 11 9C BF 5B 12 0 19 C0 54 29
Octal 21 234 277 133 22 0 31 300 124 51
Binary 10001 10011100 10111111 1011011 10010 0 11001 11000000 1010100 101001

Color Harmonies of #119CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119CBF

Black with #119CBF

Text Example


Text Example

White with #119CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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