Html Css Color HEX #119ACD Pacific Blue

📋 copy color: '#119ACD'

red 17 ◦ green 154 ◦ blue 205

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

Shades of Pacific Blue #119ACD

Tints of Pacific Blue #119ACD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.96%

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

R = 4.52%
G = 40.96%
B = 54.52%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#119ACD (or 0x119ACD) is known color: Pacific Blue. HEX triplet: 11, 9A and CD. RGB value is (17,154,205). Sum of RGB (Red+Green+Blue) = 17+154+205=376 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.52% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #119ACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119ACD is #EE6532. Grayscale: #767676. Windows color (decimal): -15623475 or 13474321. OLE color: 13474321.

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

Color convert

RGB 17 154 205 -
CMYK 0.92 0.25 0 0.20
HSL 196.28º 0.85% 0.44% -
HSV(B) 196.28º 0.92% 0.8% -
XYZ 22.81 27.64 61.89 -
YUV 118.85 176.61 55.35 -
System Red Green Blue C M Y K H S L
Decimal 17 154 205 0.92 0.25 0 0.20 196.28 0.85 0.44
Hex 11 9A CD 5C 19 0 14 C4 55 2C
Octal 21 232 315 134 31 0 24 304 125 54
Binary 10001 10011010 11001101 1011100 11001 0 10100 11000100 1010101 101100

Color Harmonies of #119ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119ACD

Black with #119ACD

Text Example


Text Example

White with #119ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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