Html Css Color HEX #1990AB Pelorous

📋 copy color: '#1990AB'

red 25 ◦ green 144 ◦ blue 171

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

Shades of Pelorous #1990AB

Tints of Pelorous #1990AB

RGB

 RED value IS 25 (10.16% from 255) = 7.35%

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

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

R = 7.35%
G = 42.35%
B = 50.29%

CMYK

 C value IS 0.85

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1990AB (or 0x1990AB) is known color: Pelorous. HEX triplet: 19, 90 and AB. RGB value is (25,144,171). Sum of RGB (Red+Green+Blue) = 25+144+171=340 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.35% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #1990AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1990AB is #E66F54. Grayscale: #6F6F6F. Windows color (decimal): -15101781 or 11243545. OLE color: 11243545.

HSL color Cylindrical-coordinate representation of color #1990AB: hue angle of 191.1º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1990AB is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 144 171 -
CMYK 0.85 0.16 0 0.33
HSL 191.1º 0.74% 0.38% -
HSV(B) 191.1º 0.85% 0.67% -
XYZ 17.72 23.09 42.05 -
YUV 111.5 161.58 66.3 -
System Red Green Blue C M Y K H S L
Decimal 25 144 171 0.85 0.16 0 0.33 191.1 0.74 0.38
Hex 19 90 AB 55 10 0 21 BF 4A 26
Octal 31 220 253 125 20 0 41 277 112 46
Binary 11001 10010000 10101011 1010101 10000 0 100001 10111111 1001010 100110

Color Harmonies of #1990AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1990AB

Black with #1990AB

Text Example


Text Example

White with #1990AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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