Html Css Color HEX #149BBE Pacific Blue

📋 copy color: '#149BBE'

red 20 ◦ green 155 ◦ blue 190

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

Shades of Pacific Blue #149BBE

Tints of Pacific Blue #149BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.05%

R = 5.48%
G = 42.47%
B = 52.05%

CMYK

 C value IS 0.89

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#149BBE (or 0x149BBE) is known color: Pacific Blue. HEX triplet: 14, 9B and BE. RGB value is (20,155,190). Sum of RGB (Red+Green+Blue) = 20+155+190=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #149BBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149BBE is #EB6441. Grayscale: #767676. Windows color (decimal): -15426626 or 12491540. OLE color: 12491540.

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

Color convert

RGB 20 155 190 -
CMYK 0.89 0.18 0 0.25
HSL 192.35º 0.81% 0.41% -
HSV(B) 192.35º 0.89% 0.75% -
XYZ 21.3 27.31 52.86 -
YUV 118.63 168.27 57.65 -
System Red Green Blue C M Y K H S L
Decimal 20 155 190 0.89 0.18 0 0.25 192.35 0.81 0.41
Hex 14 9B BE 59 12 0 19 C0 51 29
Octal 24 233 276 131 22 0 31 300 121 51
Binary 10100 10011011 10111110 1011001 10010 0 11001 11000000 1010001 101001

Color Harmonies of #149BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149BBE

Black with #149BBE

Text Example


Text Example

White with #149BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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