Html Css Color HEX #1490AB Pelorous

📋 copy color: '#1490AB'

red 20 ◦ green 144 ◦ blue 171

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

Shades of Pelorous #1490AB

Tints of Pelorous #1490AB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.99%

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

R = 5.97%
G = 42.99%
B = 51.04%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1490AB (or 0x1490AB) is known color: Pelorous. HEX triplet: 14, 90 and AB. RGB value is (20,144,171). Sum of RGB (Red+Green+Blue) = 20+144+171=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #1490AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1490AB is #EB6F54. Grayscale: #6D6D6D. Windows color (decimal): -15429461 or 11243540. OLE color: 11243540.

HSL color Cylindrical-coordinate representation of color #1490AB: hue angle of 190.73º 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 #1490AB is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 144 171 -
CMYK 0.88 0.16 0 0.33
HSL 190.73º 0.79% 0.37% -
HSV(B) 190.73º 0.88% 0.67% -
XYZ 17.61 23.04 42.05 -
YUV 110 162.42 63.8 -
System Red Green Blue C M Y K H S L
Decimal 20 144 171 0.88 0.16 0 0.33 190.73 0.79 0.37
Hex 14 90 AB 58 10 0 21 BF 4F 25
Octal 24 220 253 130 20 0 41 277 117 45
Binary 10100 10010000 10101011 1011000 10000 0 100001 10111111 1001111 100101

Color Harmonies of #1490AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1490AB

Black with #1490AB

Text Example


Text Example

White with #1490AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1490AB; }

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

 H1.HeaderClassName
 {
   color: #1490AB;
 }
 .AnyTagClassName
 {
   color: #1490AB;
 }
</style>

background-color css

<style>
 a { background-color: #1490AB; }

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

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

border-color css

<style>
 span { border-color: #1490AB; }

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

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