Html Css Color HEX #19C0DA Iris Blue

📋 copy color: '#19C0DA'

red 25 ◦ green 192 ◦ blue 218

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

Shades of Iris Blue #19C0DA

Tints of Iris Blue #19C0DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.11%

R = 5.75%
G = 44.14%
B = 50.11%

CMYK

 C value IS 0.89

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#19C0DA (or 0x19C0DA) is known color: Iris Blue. HEX triplet: 19, C0 and DA. RGB value is (25,192,218). Sum of RGB (Red+Green+Blue) = 25+192+218=435 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.75% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #19C0DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19C0DA is #E63F25. Grayscale: #909090. Windows color (decimal): -15089446 or 14336025. OLE color: 14336025.

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

Color convert

RGB 25 192 218 -
CMYK 0.89 0.12 0 0.15
HSL 188.08º 0.79% 0.48% -
HSV(B) 188.08º 0.89% 0.85% -
XYZ 31.91 42.97 72.94 -
YUV 145.03 169.17 42.39 -
System Red Green Blue C M Y K H S L
Decimal 25 192 218 0.89 0.12 0 0.15 188.08 0.79 0.48
Hex 19 C0 DA 59 C 0 F BC 4F 30
Octal 31 300 332 131 14 0 17 274 117 60
Binary 11001 11000000 11011010 1011001 1100 0 1111 10111100 1001111 110000

Color Harmonies of #19C0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19C0DA

Black with #19C0DA

Text Example


Text Example

White with #19C0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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