Html Css Color HEX #19C0DD Iris Blue

📋 copy color: '#19C0DD'

red 25 ◦ green 192 ◦ blue 221

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

Shades of Iris Blue #19C0DD

Tints of Iris Blue #19C0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.46%

R = 5.71%
G = 43.84%
B = 50.46%

CMYK

 C value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#19C0DD (or 0x19C0DD) is known color: Iris Blue. HEX triplet: 19, C0 and DD. RGB value is (25,192,221). Sum of RGB (Red+Green+Blue) = 25+192+221=438 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.71% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #19C0DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19C0DD is #E63F22. Grayscale: #919191. Windows color (decimal): -15089443 or 14532633. OLE color: 14532633.

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

Color convert

RGB 25 192 221 -
CMYK 0.89 0.13 0 0.13
HSL 188.88º 0.8% 0.48% -
HSV(B) 188.88º 0.89% 0.87% -
XYZ 32.3 43.13 75.03 -
YUV 145.37 170.67 42.14 -
System Red Green Blue C M Y K H S L
Decimal 25 192 221 0.89 0.13 0 0.13 188.88 0.8 0.48
Hex 19 C0 DD 59 D 0 D BD 50 30
Octal 31 300 335 131 15 0 15 275 120 60
Binary 11001 11000000 11011101 1011001 1101 0 1101 10111101 1010000 110000

Color Harmonies of #19C0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19C0DD

Black with #19C0DD

Text Example


Text Example

White with #19C0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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