#19bcd1

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

Shades of Iris Blue #19BCD1

Tints of Iris Blue #19BCD1

Color information

#19BCD1 (or 0x19BCD1) is unknown color: approx Iris Blue. HEX triplet: 19, BC and D1. RGB value is (25,188,209). Sum of RGB (Red+Green+Blue) = 25+188+209=422 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.92% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 209 (82.03% from 255 or 49.53% from 422); Max value from RGB is 209 - color contains mainly: blue. Hex color #19BCD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BCD1 is #E6432E. Grayscale: #8D8D8D. Windows color (decimal): -15090479 or 13745177. OLE color: 13745177.

HSL color Cylindrical-coordinate representation of color #19BCD1: hue angle of 186.85º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19BCD1 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB25188209-
CMYK0.880.1000.18
HSL186.85º78.63%45.88%-
HSV(B)186.85º88.04%81.96%-
XYZ29.8940.7866.62-
YUV141.6616644.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.92%
GREEN value IS 188 (73.83% from 255) = 44.55%
BLUE value IS 209 (82.03% from 255) = 49.53%
R=5.92%
G=44.55%
B=49.53%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal251882090.880.1000.18186.8578.6345.88
Hex19BCD158A012bb4f2e
Octal312743211301202227311756
Binary11001101111001101000110110001010010010101110111001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19bcd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,188,209); }

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

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

 a { background-color: rgb(25,188,209); }

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

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

 span { border-color: rgb(25,188,209); }

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