#19BEC0

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

Shades of Iris Blue #19BEC0

Tints of Iris Blue #19BEC0

Color information

#19BEC0 (or 0x19BEC0) is unknown color: approx Iris Blue. HEX triplet: 19, BE and C0. RGB value is (25,190,192). Sum of RGB (Red+Green+Blue) = 25+190+192=407 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.14% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 192 (75.39% from 255 or 47.17% from 407); Max value from RGB is 192 - color contains mainly: blue. Hex color #19BEC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BEC0 is #E6413F. Grayscale: #8C8C8C. Windows color (decimal): -15089984 or 12631577. OLE color: 12631577.

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

Color convert

RGB25190192-
CMYK0.870.0100.25
HSL180.72º76.96%42.55%-
HSV(B)180.72º86.98%75.29%-
XYZ28.3340.8456.26-
YUV140.89156.8445.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.14%
GREEN value IS 190 (74.61% from 255) = 46.68%
BLUE value IS 192 (75.39% from 255) = 47.17%
R=6.14%
G=46.68%
B=47.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal251901920.870.0100.25180.7276.9642.55
Hex19BEC0571019b54d2b
Octal31276300127103126511553
Binary11001101111101100000010101111011001101101011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19BEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,190,192); }

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

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

 a { background-color: rgb(25,190,192); }

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

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

 span { border-color: rgb(25,190,192); }

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