Html Css Color HEX #149BDB Pacific Blue

📋 copy color: '#149BDB'

red 20 ◦ green 155 ◦ blue 219

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

Shades of Pacific Blue #149BDB

Tints of Pacific Blue #149BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.58%

R = 5.08%
G = 39.34%
B = 55.58%

CMYK

 C value IS 0.91

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#149BDB (or 0x149BDB) is known color: Pacific Blue. HEX triplet: 14, 9B and DB. RGB value is (20,155,219). Sum of RGB (Red+Green+Blue) = 20+155+219=394 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.08% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #149BDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149BDB is #EB6424. Grayscale: #797979. Windows color (decimal): -15426597 or 14392084. OLE color: 14392084.

HSL color Cylindrical-coordinate representation of color #149BDB: hue angle of 199.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #149BDB is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 155 219 -
CMYK 0.91 0.29 0 0.14
HSL 199.3º 0.83% 0.47% -
HSV(B) 199.3º 0.91% 0.86% -
XYZ 24.8 28.71 71.25 -
YUV 121.93 182.77 55.3 -
System Red Green Blue C M Y K H S L
Decimal 20 155 219 0.91 0.29 0 0.14 199.3 0.83 0.47
Hex 14 9B DB 5B 1D 0 E C7 53 2F
Octal 24 233 333 133 35 0 16 307 123 57
Binary 10100 10011011 11011011 1011011 11101 0 1110 11000111 1010011 101111

Color Harmonies of #149BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149BDB

Black with #149BDB

Text Example


Text Example

White with #149BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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