Html Css Color HEX #1990AC Pelorous

📋 copy color: '#1990AC'

red 25 ◦ green 144 ◦ blue 172

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

Shades of Pelorous #1990AC

Tints of Pelorous #1990AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.44%

R = 7.33%
G = 42.23%
B = 50.44%

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

#1990AC (or 0x1990AC) is known color: Pelorous. HEX triplet: 19, 90 and AC. RGB value is (25,144,172). Sum of RGB (Red+Green+Blue) = 25+144+172=341 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.33% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #1990AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1990AC is #E66F53. Grayscale: #6F6F6F. Windows color (decimal): -15101780 or 11309081. OLE color: 11309081.

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

Color convert

RGB 25 144 172 -
CMYK 0.85 0.16 0 0.33
HSL 191.43º 0.75% 0.39% -
HSV(B) 191.43º 0.85% 0.67% -
XYZ 17.82 23.13 42.56 -
YUV 111.61 162.08 66.22 -
System Red Green Blue C M Y K H S L
Decimal 25 144 172 0.85 0.16 0 0.33 191.43 0.75 0.39
Hex 19 90 AC 55 10 0 21 BF 4B 27
Octal 31 220 254 125 20 0 41 277 113 47
Binary 11001 10010000 10101100 1010101 10000 0 100001 10111111 1001011 100111

Color Harmonies of #1990AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1990AC

Black with #1990AC

Text Example


Text Example

White with #1990AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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