Html Css Color HEX #19C0DB Iris Blue

📋 copy color: '#19C0DB'

red 25 ◦ green 192 ◦ blue 219

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

Shades of Iris Blue #19C0DB

Tints of Iris Blue #19C0DB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.04%

 BLUE value IS 219 (85.94% from 255) = 50.23%

R = 5.73%
G = 44.04%
B = 50.23%

CMYK

 C value IS 0.89

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#19C0DB (or 0x19C0DB) is known color: Iris Blue. HEX triplet: 19, C0 and DB. RGB value is (25,192,219). Sum of RGB (Red+Green+Blue) = 25+192+219=436 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.73% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #19C0DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19C0DB is #E63F24. Grayscale: #909090. Windows color (decimal): -15089445 or 14401561. OLE color: 14401561.

HSL color Cylindrical-coordinate representation of color #19C0DB: hue angle of 188.35º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19C0DB is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 25 192 219 -
CMYK 0.89 0.12 0 0.14
HSL 188.35º 0.8% 0.48% -
HSV(B) 188.35º 0.89% 0.86% -
XYZ 32.04 43.02 73.63 -
YUV 145.15 169.67 42.3 -
System Red Green Blue C M Y K H S L
Decimal 25 192 219 0.89 0.12 0 0.14 188.35 0.8 0.48
Hex 19 C0 DB 59 C 0 E BC 50 30
Octal 31 300 333 131 14 0 16 274 120 60
Binary 11001 11000000 11011011 1011001 1100 0 1110 10111100 1010000 110000

Color Harmonies of #19C0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19C0DB

Black with #19C0DB

Text Example


Text Example

White with #19C0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,192,219); }

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

background-color css

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

 a { background-color: rgb(25,192,219); }

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

border-color css

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

 span { border-color: rgb(25,192,219); }

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