Html Css Color HEX #149FAB Pelorous

📋 copy color: '#149FAB'

red 20 ◦ green 159 ◦ blue 171

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

Shades of Pelorous #149FAB

Tints of Pelorous #149FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.86%

R = 5.71%
G = 45.43%
B = 48.86%

CMYK

 C value IS 0.88

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#149FAB (or 0x149FAB) is known color: Pelorous. HEX triplet: 14, 9F and AB. RGB value is (20,159,171). Sum of RGB (Red+Green+Blue) = 20+159+171=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 159 (62.5% from 255 or 45.43% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #149FAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149FAB is #EB6054. Grayscale: #767676. Windows color (decimal): -15425621 or 11247380. OLE color: 11247380.

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

Color convert

RGB 20 159 171 -
CMYK 0.88 0.07 0 0.33
HSL 184.77º 0.79% 0.37% -
HSV(B) 184.77º 0.88% 0.67% -
XYZ 20.04 27.89 42.85 -
YUV 118.81 157.45 57.52 -
System Red Green Blue C M Y K H S L
Decimal 20 159 171 0.88 0.07 0 0.33 184.77 0.79 0.37
Hex 14 9F AB 58 7 0 21 B9 4F 25
Octal 24 237 253 130 7 0 41 271 117 45
Binary 10100 10011111 10101011 1011000 111 0 100001 10111001 1001111 100101

Color Harmonies of #149FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149FAB

Black with #149FAB

Text Example


Text Example

White with #149FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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