Html Css Color HEX #149ABF Pacific Blue

📋 copy color: '#149ABF'

red 20 ◦ green 154 ◦ blue 191

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

Shades of Pacific Blue #149ABF

Tints of Pacific Blue #149ABF

RGB

 RED value IS 20 (8.2% from 255) = 5.48%

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

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

R = 5.48%
G = 42.19%
B = 52.33%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#149ABF (or 0x149ABF) is known color: Pacific Blue. HEX triplet: 14, 9A and BF. RGB value is (20,154,191). Sum of RGB (Red+Green+Blue) = 20+154+191=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 154 (60.55% from 255 or 42.19% 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 #149ABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149ABF is #EB6540. Grayscale: #757575. Windows color (decimal): -15426881 or 12556820. OLE color: 12556820.

HSL color Cylindrical-coordinate representation of color #149ABF: hue angle of 192.98º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #149ABF is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 154 191 -
CMYK 0.90 0.19 0 0.25
HSL 192.98º 0.81% 0.41% -
HSV(B) 192.98º 0.9% 0.75% -
XYZ 21.25 27.02 53.39 -
YUV 118.15 169.11 57.99 -
System Red Green Blue C M Y K H S L
Decimal 20 154 191 0.90 0.19 0 0.25 192.98 0.81 0.41
Hex 14 9A BF 5A 13 0 19 C1 51 29
Octal 24 232 277 132 23 0 31 301 121 51
Binary 10100 10011010 10111111 1011010 10011 0 11001 11000001 1010001 101001

Color Harmonies of #149ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149ABF

Black with #149ABF

Text Example


Text Example

White with #149ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149ABF; }

 p { color: rgb(20,154,191); }

 H1.HeaderClassName
 {
   color: #149ABF;
 }
 .AnyTagClassName
 {
   color: #149ABF;
 }
</style>

background-color css

<style>
 a { background-color: #149ABF; }

 a { background-color: rgb(20,154,191); }

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

border-color css

<style>
 span { border-color: #149ABF; }

 span { border-color: rgb(20,154,191); }

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