Html Css Color HEX #19BACB Iris Blue

📋 copy color: '#19BACB'

red 25 ◦ green 186 ◦ blue 203

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

Shades of Iris Blue #19BACB

Tints of Iris Blue #19BACB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.93%

 BLUE value IS 203 (79.69% from 255) = 49.03%

R = 6.04%
G = 44.93%
B = 49.03%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#19BACB (or 0x19BACB) is known color: Iris Blue. HEX triplet: 19, BA and CB. RGB value is (25,186,203). Sum of RGB (Red+Green+Blue) = 25+186+203=414 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.04% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #19BACB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BACB is #E64534. Grayscale: #8B8B8B. Windows color (decimal): -15090997 or 13351449. OLE color: 13351449.

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

Color convert

RGB 25 186 203 -
CMYK 0.88 0.08 0 0.20
HSL 185.73º 0.78% 0.45% -
HSV(B) 185.73º 0.88% 0.8% -
XYZ 28.74 39.64 62.64 -
YUV 139.8 163.66 46.12 -
System Red Green Blue C M Y K H S L
Decimal 25 186 203 0.88 0.08 0 0.20 185.73 0.78 0.45
Hex 19 BA CB 58 8 0 14 BA 4E 2D
Octal 31 272 313 130 10 0 24 272 116 55
Binary 11001 10111010 11001011 1011000 1000 0 10100 10111010 1001110 101101

Color Harmonies of #19BACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BACB

Black with #19BACB

Text Example


Text Example

White with #19BACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,186,203); }

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

background-color css

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

 a { background-color: rgb(25,186,203); }

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

border-color css

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

 span { border-color: rgb(25,186,203); }

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