Html Css Color HEX #149FCB Pacific Blue

📋 copy color: '#149FCB'

red 20 ◦ green 159 ◦ blue 203

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

Shades of Pacific Blue #149FCB

Tints of Pacific Blue #149FCB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.62%

 BLUE value IS 203 (79.69% from 255) = 53.14%

R = 5.24%
G = 41.62%
B = 53.14%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#149FCB (or 0x149FCB) is known color: Pacific Blue. HEX triplet: 14, 9F and CB. RGB value is (20,159,203). Sum of RGB (Red+Green+Blue) = 20+159+203=382 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.24% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #149FCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149FCB is #EB6034. Grayscale: #7A7A7A. Windows color (decimal): -15425589 or 13344532. OLE color: 13344532.

HSL color Cylindrical-coordinate representation of color #149FCB: hue angle of 194.43º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #149FCB is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 159 203 -
CMYK 0.90 0.22 0 0.20
HSL 194.43º 0.82% 0.44% -
HSV(B) 194.43º 0.9% 0.8% -
XYZ 23.47 29.26 60.91 -
YUV 122.46 173.45 54.92 -
System Red Green Blue C M Y K H S L
Decimal 20 159 203 0.90 0.22 0 0.20 194.43 0.82 0.44
Hex 14 9F CB 5A 16 0 14 C2 52 2C
Octal 24 237 313 132 26 0 24 302 122 54
Binary 10100 10011111 11001011 1011010 10110 0 10100 11000010 1010010 101100

Color Harmonies of #149FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149FCB

Black with #149FCB

Text Example


Text Example

White with #149FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,159,203); }

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

background-color css

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

 a { background-color: rgb(20,159,203); }

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

border-color css

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

 span { border-color: rgb(20,159,203); }

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