Html Css Color HEX #19ACBE Iris Blue

📋 copy color: '#19ACBE'

red 25 ◦ green 172 ◦ blue 190

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

Shades of Iris Blue #19ACBE

Tints of Iris Blue #19ACBE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.44%

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

R = 6.46%
G = 44.44%
B = 49.1%

CMYK

 C value IS 0.87

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#19ACBE (or 0x19ACBE) is known color: Iris Blue. HEX triplet: 19, AC and BE. RGB value is (25,172,190). Sum of RGB (Red+Green+Blue) = 25+172+190=387 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.46% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #19ACBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19ACBE is #E65341. Grayscale: #818181. Windows color (decimal): -15094594 or 12495897. OLE color: 12495897.

HSL color Cylindrical-coordinate representation of color #19ACBE: hue angle of 186.55º 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 #19ACBE is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 172 190 -
CMYK 0.87 0.09 0 0.25
HSL 186.55º 0.77% 0.42% -
HSV(B) 186.55º 0.87% 0.75% -
XYZ 24.45 33.43 53.88 -
YUV 130.1 161.8 53.04 -
System Red Green Blue C M Y K H S L
Decimal 25 172 190 0.87 0.09 0 0.25 186.55 0.77 0.42
Hex 19 AC BE 57 9 0 19 BB 4D 2A
Octal 31 254 276 127 11 0 31 273 115 52
Binary 11001 10101100 10111110 1010111 1001 0 11001 10111011 1001101 101010

Color Harmonies of #19ACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19ACBE

Black with #19ACBE

Text Example


Text Example

White with #19ACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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