Html Css Color HEX #19BDCD Iris Blue

📋 copy color: '#19BDCD'

red 25 ◦ green 189 ◦ blue 205

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

Shades of Iris Blue #19BDCD

Tints of Iris Blue #19BDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.11%

 BLUE value IS 205 (80.47% from 255) = 48.93%

R = 5.97%
G = 45.11%
B = 48.93%

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

#19BDCD (or 0x19BDCD) is known color: Iris Blue. HEX triplet: 19, BD and CD. RGB value is (25,189,205). Sum of RGB (Red+Green+Blue) = 25+189+205=419 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.97% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #19BDCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BDCD is #E64232. Grayscale: #8D8D8D. Windows color (decimal): -15090227 or 13483289. OLE color: 13483289.

HSL color Cylindrical-coordinate representation of color #19BDCD: hue angle of 185.33º 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 #19BDCD is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 189 205 -
CMYK 0.88 0.08 0 0.20
HSL 185.33º 0.78% 0.45% -
HSV(B) 185.33º 0.88% 0.8% -
XYZ 29.62 41.01 64.11 -
YUV 141.79 163.67 44.7 -
System Red Green Blue C M Y K H S L
Decimal 25 189 205 0.88 0.08 0 0.20 185.33 0.78 0.45
Hex 19 BD CD 58 8 0 14 B9 4E 2D
Octal 31 275 315 130 10 0 24 271 116 55
Binary 11001 10111101 11001101 1011000 1000 0 10100 10111001 1001110 101101

Color Harmonies of #19BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BDCD

Black with #19BDCD

Text Example


Text Example

White with #19BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,189,205); }

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

background-color css

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

 a { background-color: rgb(25,189,205); }

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

border-color css

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

 span { border-color: rgb(25,189,205); }

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