Html Css Color HEX #119ACF Pacific Blue

📋 copy color: '#119ACF'

red 17 ◦ green 154 ◦ blue 207

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

Shades of Pacific Blue #119ACF

Tints of Pacific Blue #119ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.76%

R = 4.5%
G = 40.74%
B = 54.76%

CMYK

 C value IS 0.92

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#119ACF (or 0x119ACF) is known color: Pacific Blue. HEX triplet: 11, 9A and CF. RGB value is (17,154,207). Sum of RGB (Red+Green+Blue) = 17+154+207=378 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.50% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #119ACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119ACF is #EE6530. Grayscale: #767676. Windows color (decimal): -15623473 or 13605393. OLE color: 13605393.

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

Color convert

RGB 17 154 207 -
CMYK 0.92 0.26 0 0.19
HSL 196.74º 0.85% 0.44% -
HSV(B) 196.74º 0.92% 0.81% -
XYZ 23.05 27.74 63.17 -
YUV 119.08 177.61 55.19 -
System Red Green Blue C M Y K H S L
Decimal 17 154 207 0.92 0.26 0 0.19 196.74 0.85 0.44
Hex 11 9A CF 5C 1A 0 13 C5 55 2C
Octal 21 232 317 134 32 0 23 305 125 54
Binary 10001 10011010 11001111 1011100 11010 0 10011 11000101 1010101 101100

Color Harmonies of #119ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119ACF

Black with #119ACF

Text Example


Text Example

White with #119ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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