Html Css Color HEX #149BBF Pacific Blue

📋 copy color: '#149BBF'

red 20 ◦ green 155 ◦ blue 191

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

Shades of Pacific Blue #149BBF

Tints of Pacific Blue #149BBF

RGB

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

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

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

R = 5.46%
G = 42.35%
B = 52.19%

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

#149BBF (or 0x149BBF) is known color: Pacific Blue. HEX triplet: 14, 9B and BF. RGB value is (20,155,191). Sum of RGB (Red+Green+Blue) = 20+155+191=366 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.46% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #149BBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149BBF is #EB6440. Grayscale: #767676. Windows color (decimal): -15426625 or 12557076. OLE color: 12557076.

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

Color convert

RGB 20 155 191 -
CMYK 0.90 0.19 0 0.25
HSL 192.63º 0.81% 0.41% -
HSV(B) 192.63º 0.9% 0.75% -
XYZ 21.41 27.35 53.44 -
YUV 118.74 168.77 57.57 -
System Red Green Blue C M Y K H S L
Decimal 20 155 191 0.90 0.19 0 0.25 192.63 0.81 0.41
Hex 14 9B BF 5A 13 0 19 C1 51 29
Octal 24 233 277 132 23 0 31 301 121 51
Binary 10100 10011011 10111111 1011010 10011 0 11001 11000001 1010001 101001

Color Harmonies of #149BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149BBF

Black with #149BBF

Text Example


Text Example

White with #149BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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