Html Css Color HEX #19A8CE Iris Blue

📋 copy color: '#19A8CE'

red 25 ◦ green 168 ◦ blue 206

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

Shades of Iris Blue #19A8CE

Tints of Iris Blue #19A8CE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.11%

 BLUE value IS 206 (80.86% from 255) = 51.63%

R = 6.27%
G = 42.11%
B = 51.63%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#19A8CE (or 0x19A8CE) is known color: Iris Blue. HEX triplet: 19, A8 and CE. RGB value is (25,168,206). Sum of RGB (Red+Green+Blue) = 25+168+206=399 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.27% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #19A8CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A8CE is #E65731. Grayscale: #818181. Windows color (decimal): -15095602 or 13543449. OLE color: 13543449.

HSL color Cylindrical-coordinate representation of color #19A8CE: hue angle of 192.6º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19A8CE is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 168 206 -
CMYK 0.88 0.18 0 0.19
HSL 192.6º 0.78% 0.45% -
HSV(B) 192.6º 0.88% 0.81% -
XYZ 25.54 32.67 63.35 -
YUV 129.58 171.12 53.41 -
System Red Green Blue C M Y K H S L
Decimal 25 168 206 0.88 0.18 0 0.19 192.6 0.78 0.45
Hex 19 A8 CE 58 12 0 13 C1 4E 2D
Octal 31 250 316 130 22 0 23 301 116 55
Binary 11001 10101000 11001110 1011000 10010 0 10011 11000001 1001110 101101

Color Harmonies of #19A8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A8CE

Black with #19A8CE

Text Example


Text Example

White with #19A8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,168,206); }

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

background-color css

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

 a { background-color: rgb(25,168,206); }

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

border-color css

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

 span { border-color: rgb(25,168,206); }

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