Html Css Color HEX #19AABB Pelorous

📋 copy color: '#19AABB'

red 25 ◦ green 170 ◦ blue 187

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

Shades of Pelorous #19AABB

Tints of Pelorous #19AABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.95%

R = 6.54%
G = 44.5%
B = 48.95%

CMYK

 C value IS 0.87

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#19AABB (or 0x19AABB) is known color: Pelorous. HEX triplet: 19, AA and BB. RGB value is (25,170,187). Sum of RGB (Red+Green+Blue) = 25+170+187=382 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.54% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #19AABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19AABB is #E65544. Grayscale: #808080. Windows color (decimal): -15095109 or 12298777. OLE color: 12298777.

HSL color Cylindrical-coordinate representation of color #19AABB: hue angle of 186.3º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19AABB is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 170 187 -
CMYK 0.87 0.09 0 0.27
HSL 186.3º 0.76% 0.42% -
HSV(B) 186.3º 0.87% 0.73% -
XYZ 23.75 32.54 52.04 -
YUV 128.58 160.96 54.12 -
System Red Green Blue C M Y K H S L
Decimal 25 170 187 0.87 0.09 0 0.27 186.3 0.76 0.42
Hex 19 AA BB 57 9 0 1B BA 4C 2A
Octal 31 252 273 127 11 0 33 272 114 52
Binary 11001 10101010 10111011 1010111 1001 0 11011 10111010 1001100 101010

Color Harmonies of #19AABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AABB

Black with #19AABB

Text Example


Text Example

White with #19AABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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