#19B7D0

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

Shades of Iris Blue #19B7D0

Tints of Iris Blue #19B7D0

Color information

#19B7D0 (or 0x19B7D0) is unknown color: approx Iris Blue. HEX triplet: 19, B7 and D0. RGB value is (25,183,208). Sum of RGB (Red+Green+Blue) = 25+183+208=416 (55% of max value = 765). Red value is 25 (10.16% from 255 or 6.01% from 416); Green value is 183 (71.88% from 255 or 43.99% from 416); Blue value is 208 (81.64% from 255 or 50% from 416); Max value from RGB is 208 - color contains mainly: blue. Hex color #19B7D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19B7D0 is #E6482F. Grayscale: #8A8A8A. Windows color (decimal): -15091760 or 13678361. OLE color: 13678361.

HSL color Cylindrical-coordinate representation of color #19B7D0: hue angle of 188.2º 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 #19B7D0 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB25183208-
CMYK0.880.1200.18
HSL188.2º78.54%45.69%-
HSV(B)188.2º87.98%81.57%-
XYZ28.7238.6365.62-
YUV138.61167.1546.97-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.01%
GREEN value IS 183 (71.88% from 255) = 43.99%
BLUE value IS 208 (81.64% from 255) = 50%
R=6.01%
G=43.99%
B=50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal251832080.880.1200.18188.278.5445.69
Hex19B7D058C012bc4f2e
Octal312673201301402227411756
Binary11001101101111101000010110001100010010101111001001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19B7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,183,208); }

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

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

 a { background-color: rgb(25,183,208); }

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

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

 span { border-color: rgb(25,183,208); }

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