Html Css Color HEX #149BAF Pelorous

📋 copy color: '#149BAF'

red 20 ◦ green 155 ◦ blue 175

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

Shades of Pelorous #149BAF

Tints of Pelorous #149BAF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.29%

 BLUE value IS 175 (68.75% from 255) = 50%

R = 5.71%
G = 44.29%
B = 50%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#149BAF (or 0x149BAF) is known color: Pelorous. HEX triplet: 14, 9B and AF. RGB value is (20,155,175). Sum of RGB (Red+Green+Blue) = 20+155+175=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #149BAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149BAF is #EB6450. Grayscale: #747474. Windows color (decimal): -15426641 or 11508500. OLE color: 11508500.

HSL color Cylindrical-coordinate representation of color #149BAF: hue angle of 187.74º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #149BAF is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 155 175 -
CMYK 0.89 0.11 0 0.31
HSL 187.74º 0.79% 0.38% -
HSV(B) 187.74º 0.89% 0.69% -
XYZ 19.75 26.69 44.67 -
YUV 116.92 160.77 58.87 -
System Red Green Blue C M Y K H S L
Decimal 20 155 175 0.89 0.11 0 0.31 187.74 0.79 0.38
Hex 14 9B AF 59 B 0 1F BC 4F 26
Octal 24 233 257 131 13 0 37 274 117 46
Binary 10100 10011011 10101111 1011001 1011 0 11111 10111100 1001111 100110

Color Harmonies of #149BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149BAF

Black with #149BAF

Text Example


Text Example

White with #149BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,155,175); }

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

background-color css

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

 a { background-color: rgb(20,155,175); }

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

border-color css

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

 span { border-color: rgb(20,155,175); }

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