Html Css Color HEX #149FC3 Pacific Blue

📋 copy color: '#149FC3'

red 20 ◦ green 159 ◦ blue 195

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

Shades of Pacific Blue #149FC3

Tints of Pacific Blue #149FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 52.14%

R = 5.35%
G = 42.51%
B = 52.14%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#149FC3 (or 0x149FC3) is known color: Pacific Blue. HEX triplet: 14, 9F and C3. RGB value is (20,159,195). Sum of RGB (Red+Green+Blue) = 20+159+195=374 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.35% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 195 (76.56% from 255 or 52.14% from 374); Max value from RGB is 195 - color contains mainly: blue. Hex color #149FC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149FC3 is #EB603C. Grayscale: #797979. Windows color (decimal): -15425597 or 12820244. OLE color: 12820244.

HSL color Cylindrical-coordinate representation of color #149FC3: hue angle of 192.34º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #149FC3 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 20 159 195 -
CMYK 0.90 0.18 0 0.24
HSL 192.34º 0.81% 0.42% -
HSV(B) 192.34º 0.9% 0.76% -
XYZ 22.54 28.89 56.02 -
YUV 121.54 169.45 55.57 -
System Red Green Blue C M Y K H S L
Decimal 20 159 195 0.90 0.18 0 0.24 192.34 0.81 0.42
Hex 14 9F C3 5A 12 0 18 C0 51 2A
Octal 24 237 303 132 22 0 30 300 121 52
Binary 10100 10011111 11000011 1011010 10010 0 11000 11000000 1010001 101010

Color Harmonies of #149FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149FC3

Black with #149FC3

Text Example


Text Example

White with #149FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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