Html Css Color HEX #119BD0 Pacific Blue

📋 copy color: '#119BD0'

red 17 ◦ green 155 ◦ blue 208

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

Shades of Pacific Blue #119BD0

Tints of Pacific Blue #119BD0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.79%

 BLUE value IS 208 (81.64% from 255) = 54.74%

R = 4.47%
G = 40.79%
B = 54.74%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#119BD0 (or 0x119BD0) is known color: Pacific Blue. HEX triplet: 11, 9B and D0. RGB value is (17,155,208). Sum of RGB (Red+Green+Blue) = 17+155+208=380 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.47% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 208 (81.64% from 255 or 54.74% from 380); Max value from RGB is 208 - color contains mainly: blue. Hex color #119BD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119BD0 is #EE642F. Grayscale: #777777. Windows color (decimal): -15623216 or 13671185. OLE color: 13671185.

HSL color Cylindrical-coordinate representation of color #119BD0: hue angle of 196.65º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #119BD0 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 17 155 208 -
CMYK 0.92 0.25 0 0.18
HSL 196.65º 0.85% 0.44% -
HSV(B) 196.65º 0.92% 0.82% -
XYZ 23.34 28.12 63.87 -
YUV 119.78 177.78 54.69 -
System Red Green Blue C M Y K H S L
Decimal 17 155 208 0.92 0.25 0 0.18 196.65 0.85 0.44
Hex 11 9B D0 5C 19 0 12 C5 55 2C
Octal 21 233 320 134 31 0 22 305 125 54
Binary 10001 10011011 11010000 1011100 11001 0 10010 11000101 1010101 101100

Color Harmonies of #119BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119BD0

Black with #119BD0

Text Example


Text Example

White with #119BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,155,208); }

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

background-color css

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

 a { background-color: rgb(17,155,208); }

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

border-color css

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

 span { border-color: rgb(17,155,208); }

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