Html Css Color HEX #149FAC Pelorous

📋 copy color: '#149FAC'

red 20 ◦ green 159 ◦ blue 172

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

Shades of Pelorous #149FAC

Tints of Pelorous #149FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49%

R = 5.7%
G = 45.3%
B = 49%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#149FAC (or 0x149FAC) is known color: Pelorous. HEX triplet: 14, 9F and AC. RGB value is (20,159,172). Sum of RGB (Red+Green+Blue) = 20+159+172=351 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.70% from 351); Green value is 159 (62.5% from 255 or 45.30% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #149FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149FAC is #EB6053. Grayscale: #767676. Windows color (decimal): -15425620 or 11312916. OLE color: 11312916.

HSL color Cylindrical-coordinate representation of color #149FAC: hue angle of 185.13º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #149FAC is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 159 172 -
CMYK 0.88 0.08 0 0.33
HSL 185.13º 0.79% 0.38% -
HSV(B) 185.13º 0.88% 0.67% -
XYZ 20.13 27.92 43.36 -
YUV 118.92 157.95 57.44 -
System Red Green Blue C M Y K H S L
Decimal 20 159 172 0.88 0.08 0 0.33 185.13 0.79 0.38
Hex 14 9F AC 58 8 0 21 B9 4F 26
Octal 24 237 254 130 10 0 41 271 117 46
Binary 10100 10011111 10101100 1011000 1000 0 100001 10111001 1001111 100110

Color Harmonies of #149FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149FAC

Black with #149FAC

Text Example


Text Example

White with #149FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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