#19B8C1

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

Shades of Iris Blue #19B8C1

Tints of Iris Blue #19B8C1

Color information

#19B8C1 (or 0x19B8C1) is unknown color: approx Iris Blue. HEX triplet: 19, B8 and C1. RGB value is (25,184,193). Sum of RGB (Red+Green+Blue) = 25+184+193=402 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.22% from 402); Green value is 184 (72.27% from 255 or 45.77% from 402); Blue value is 193 (75.78% from 255 or 48.01% from 402); Max value from RGB is 193 - color contains mainly: blue. Hex color #19B8C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19B8C1 is #E6473E. Grayscale: #898989. Windows color (decimal): -15091519 or 12695577. OLE color: 12695577.

HSL color Cylindrical-coordinate representation of color #19B8C1: hue angle of 183.21º 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 #19B8C1 is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB25184193-
CMYK0.870.0500.24
HSL183.21º77.06%42.75%-
HSV(B)183.21º87.05%75.69%-
XYZ27.1738.3456.42-
YUV137.48159.3247.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.22%
GREEN value IS 184 (72.27% from 255) = 45.77%
BLUE value IS 193 (75.78% from 255) = 48.01%
R=6.22%
G=45.77%
B=48.01%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal251841930.870.0500.24183.2177.0642.75
Hex19B8C1575018b74d2b
Octal31270301127503026711553
Binary1100110111000110000011010111101011000101101111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19B8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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