Html Css Color HEX #19ABBD Pelorous

📋 copy color: '#19ABBD'

red 25 ◦ green 171 ◦ blue 189

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

Shades of Pelorous #19ABBD

Tints of Pelorous #19ABBD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.42%

 BLUE value IS 189 (74.22% from 255) = 49.09%

R = 6.49%
G = 44.42%
B = 49.09%

CMYK

 C value IS 0.87

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#19ABBD (or 0x19ABBD) is known color: Pelorous. HEX triplet: 19, AB and BD. RGB value is (25,171,189). Sum of RGB (Red+Green+Blue) = 25+171+189=385 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.49% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #19ABBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19ABBD is #E65442. Grayscale: #818181. Windows color (decimal): -15094851 or 12430105. OLE color: 12430105.

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

Color convert

RGB 25 171 189 -
CMYK 0.87 0.10 0 0.26
HSL 186.59º 0.77% 0.42% -
HSV(B) 186.59º 0.87% 0.74% -
XYZ 24.15 33.01 53.24 -
YUV 129.4 161.63 53.54 -
System Red Green Blue C M Y K H S L
Decimal 25 171 189 0.87 0.10 0 0.26 186.59 0.77 0.42
Hex 19 AB BD 57 A 0 1A BB 4D 2A
Octal 31 253 275 127 12 0 32 273 115 52
Binary 11001 10101011 10111101 1010111 1010 0 11010 10111011 1001101 101010

Color Harmonies of #19ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19ABBD

Black with #19ABBD

Text Example


Text Example

White with #19ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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