Html Css Color HEX #149AAF Pelorous

📋 copy color: '#149AAF'

red 20 ◦ green 154 ◦ blue 175

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

Shades of Pelorous #149AAF

Tints of Pelorous #149AAF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.13%

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

R = 5.73%
G = 44.13%
B = 50.14%

CMYK

 C value IS 0.89

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#149AAF (or 0x149AAF) is known color: Pelorous. HEX triplet: 14, 9A and AF. RGB value is (20,154,175). Sum of RGB (Red+Green+Blue) = 20+154+175=349 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.73% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #149AAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149AAF is #EB6550. Grayscale: #747474. Windows color (decimal): -15426897 or 11508244. OLE color: 11508244.

HSL color Cylindrical-coordinate representation of color #149AAF: hue angle of 188.13º 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 #149AAF is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 154 175 -
CMYK 0.89 0.12 0 0.31
HSL 188.13º 0.79% 0.38% -
HSV(B) 188.13º 0.89% 0.69% -
XYZ 19.58 26.36 44.61 -
YUV 116.33 161.11 59.29 -
System Red Green Blue C M Y K H S L
Decimal 20 154 175 0.89 0.12 0 0.31 188.13 0.79 0.38
Hex 14 9A AF 59 C 0 1F BC 4F 26
Octal 24 232 257 131 14 0 37 274 117 46
Binary 10100 10011010 10101111 1011001 1100 0 11111 10111100 1001111 100110

Color Harmonies of #149AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149AAF

Black with #149AAF

Text Example


Text Example

White with #149AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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