#19B1C1

Color #19B1C1 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #19B1C1

Tints of Iris Blue #19B1C1

Color information

#19B1C1 (or 0x19B1C1) is unknown color: approx Iris Blue. HEX triplet: 19, B1 and C1. RGB value is (25,177,193). Sum of RGB (Red+Green+Blue) = 25+177+193=395 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.33% from 395); Green value is 177 (69.53% from 255 or 44.81% from 395); Blue value is 193 (75.78% from 255 or 48.86% from 395); Max value from RGB is 193 - color contains mainly: blue. Hex color #19B1C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19B1C1 is #E64E3E. Grayscale: #858585. Windows color (decimal): -15093311 or 12693785. OLE color: 12693785.

HSL color Cylindrical-coordinate representation of color #19B1C1: hue angle of 185.71º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19B1C1 is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB25177193-
CMYK0.870.0800.24
HSL185.71º77.06%42.75%-
HSV(B)185.71º87.05%75.69%-
XYZ25.7535.555.95-
YUV133.38161.6450.7-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.33%
GREEN value IS 177 (69.53% from 255) = 44.81%
BLUE value IS 193 (75.78% from 255) = 48.86%
R=6.33%
G=44.81%
B=48.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal251771930.870.0800.24185.7177.0642.75
Hex19B1C1578018ba4d2b
Octal312613011271003027211553
Binary11001101100011100000110101111000011000101110101001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19B1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,177,193); }

 H1.HeaderClassName
 {
   color: #19B1C1;
 }
 .AnyTagClassName
 {
   color: #19B1C1;
 }
</style>
background-color css

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

 a { background-color: rgb(25,177,193); }

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

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

 span { border-color: rgb(25,177,193); }

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