#19b4c3

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

Shades of Iris Blue #19B4C3

Tints of Iris Blue #19B4C3

Color information

#19B4C3 (or 0x19B4C3) is unknown color: approx Iris Blue. HEX triplet: 19, B4 and C3. RGB value is (25,180,195). Sum of RGB (Red+Green+Blue) = 25+180+195=400 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.25% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 195 (76.56% from 255 or 48.75% from 400); Max value from RGB is 195 - color contains mainly: blue. Hex color #19B4C3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19B4C3 is #E64B3C. Grayscale: #878787. Windows color (decimal): -15092541 or 12825625. OLE color: 12825625.

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

Color convert

RGB25180195-
CMYK0.870.0800.24
HSL185.29º77.27%43.14%-
HSV(B)185.29º87.18%76.47%-
XYZ26.5736.7957.33-
YUV135.36161.6549.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.25%
GREEN value IS 180 (70.70% from 255) = 45%
BLUE value IS 195 (76.56% from 255) = 48.75%
R=6.25%
G=45%
B=48.75%

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
Decimal251801950.870.0800.24185.2977.2743.14
Hex19B4C3578018b94d2b
Octal312643031271003027111553
Binary11001101101001100001110101111000011000101110011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19b4c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,180,195); }

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

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

 a { background-color: rgb(25,180,195); }

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

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

 span { border-color: rgb(25,180,195); }

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