Html Css Color HEX #19AABE Pelorous

📋 copy color: '#19AABE'

red 25 ◦ green 170 ◦ blue 190

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

Shades of Pelorous #19AABE

Tints of Pelorous #19AABE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.16%

 BLUE value IS 190 (74.61% from 255) = 49.35%

R = 6.49%
G = 44.16%
B = 49.35%

CMYK

 C value IS 0.87

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#19AABE (or 0x19AABE) is known color: Pelorous. HEX triplet: 19, AA and BE. RGB value is (25,170,190). Sum of RGB (Red+Green+Blue) = 25+170+190=385 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.49% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #19AABE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19AABE is #E65541. Grayscale: #808080. Windows color (decimal): -15095106 or 12495385. OLE color: 12495385.

HSL color Cylindrical-coordinate representation of color #19AABE: hue angle of 187.27º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19AABE is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 170 190 -
CMYK 0.87 0.11 0 0.25
HSL 187.27º 0.77% 0.42% -
HSV(B) 187.27º 0.87% 0.75% -
XYZ 24.07 32.67 53.75 -
YUV 128.93 162.46 53.87 -
System Red Green Blue C M Y K H S L
Decimal 25 170 190 0.87 0.11 0 0.25 187.27 0.77 0.42
Hex 19 AA BE 57 B 0 19 BB 4D 2A
Octal 31 252 276 127 13 0 31 273 115 52
Binary 11001 10101010 10111110 1010111 1011 0 11001 10111011 1001101 101010

Color Harmonies of #19AABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AABE

Black with #19AABE

Text Example


Text Example

White with #19AABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19AABE; }

 p { color: rgb(25,170,190); }

 H1.HeaderClassName
 {
   color: #19AABE;
 }
 .AnyTagClassName
 {
   color: #19AABE;
 }
</style>

background-color css

<style>
 a { background-color: #19AABE; }

 a { background-color: rgb(25,170,190); }

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

border-color css

<style>
 span { border-color: #19AABE; }

 span { border-color: rgb(25,170,190); }

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