Html Css Color HEX #149DBF Pacific Blue

📋 copy color: '#149DBF'

red 20 ◦ green 157 ◦ blue 191

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

Shades of Pacific Blue #149DBF

Tints of Pacific Blue #149DBF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.66%

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

R = 5.43%
G = 42.66%
B = 51.9%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#149DBF (or 0x149DBF) is known color: Pacific Blue. HEX triplet: 14, 9D and BF. RGB value is (20,157,191). Sum of RGB (Red+Green+Blue) = 20+157+191=368 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.43% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #149DBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149DBF is #EB6240. Grayscale: #777777. Windows color (decimal): -15426113 or 12557588. OLE color: 12557588.

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

Color convert

RGB 20 157 191 -
CMYK 0.90 0.18 0 0.25
HSL 191.93º 0.81% 0.41% -
HSV(B) 191.93º 0.9% 0.75% -
XYZ 21.75 28.02 53.55 -
YUV 119.91 168.11 56.74 -
System Red Green Blue C M Y K H S L
Decimal 20 157 191 0.90 0.18 0 0.25 191.93 0.81 0.41
Hex 14 9D BF 5A 12 0 19 C0 51 29
Octal 24 235 277 132 22 0 31 300 121 51
Binary 10100 10011101 10111111 1011010 10010 0 11001 11000000 1010001 101001

Color Harmonies of #149DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149DBF

Black with #149DBF

Text Example


Text Example

White with #149DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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