Html Css Color HEX #149FCD Pacific Blue

📋 copy color: '#149FCD'

red 20 ◦ green 159 ◦ blue 205

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

Shades of Pacific Blue #149FCD

Tints of Pacific Blue #149FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.39%

R = 5.21%
G = 41.41%
B = 53.39%

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

#149FCD (or 0x149FCD) is known color: Pacific Blue. HEX triplet: 14, 9F and CD. RGB value is (20,159,205). Sum of RGB (Red+Green+Blue) = 20+159+205=384 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.21% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #149FCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149FCD is #EB6032. Grayscale: #7A7A7A. Windows color (decimal): -15425587 or 13475604. OLE color: 13475604.

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

Color convert

RGB 20 159 205 -
CMYK 0.90 0.22 0 0.20
HSL 194.92º 0.82% 0.44% -
HSV(B) 194.92º 0.9% 0.8% -
XYZ 23.71 29.35 62.17 -
YUV 122.68 174.45 54.76 -
System Red Green Blue C M Y K H S L
Decimal 20 159 205 0.90 0.22 0 0.20 194.92 0.82 0.44
Hex 14 9F CD 5A 16 0 14 C3 52 2C
Octal 24 237 315 132 26 0 24 303 122 54
Binary 10100 10011111 11001101 1011010 10110 0 10100 11000011 1010010 101100

Color Harmonies of #149FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149FCD

Black with #149FCD

Text Example


Text Example

White with #149FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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