Html Css Color HEX #149FC7 Pacific Blue

📋 copy color: '#149FC7'

red 20 ◦ green 159 ◦ blue 199

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

Shades of Pacific Blue #149FC7

Tints of Pacific Blue #149FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 52.65%

R = 5.29%
G = 42.06%
B = 52.65%

CMYK

 C value IS 0.90

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#149FC7 (or 0x149FC7) is known color: Pacific Blue. HEX triplet: 14, 9F and C7. RGB value is (20,159,199). Sum of RGB (Red+Green+Blue) = 20+159+199=378 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.29% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 199 (78.12% from 255 or 52.65% from 378); Max value from RGB is 199 - color contains mainly: blue. Hex color #149FC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149FC7 is #EB6038. Grayscale: #797979. Windows color (decimal): -15425593 or 13082388. OLE color: 13082388.

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

Color convert

RGB 20 159 199 -
CMYK 0.90 0.20 0 0.22
HSL 193.41º 0.82% 0.43% -
HSV(B) 193.41º 0.9% 0.78% -
XYZ 23 29.07 58.43 -
YUV 122 171.45 55.25 -
System Red Green Blue C M Y K H S L
Decimal 20 159 199 0.90 0.20 0 0.22 193.41 0.82 0.43
Hex 14 9F C7 5A 14 0 16 C1 52 2B
Octal 24 237 307 132 24 0 26 301 122 53
Binary 10100 10011111 11000111 1011010 10100 0 10110 11000001 1010010 101011

Color Harmonies of #149FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149FC7

Black with #149FC7

Text Example


Text Example

White with #149FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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