#19BBC1

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

Shades of Iris Blue #19BBC1

Tints of Iris Blue #19BBC1

Color information

#19BBC1 (or 0x19BBC1) is unknown color: approx Iris Blue. HEX triplet: 19, BB and C1. RGB value is (25,187,193). Sum of RGB (Red+Green+Blue) = 25+187+193=405 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.17% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 193 (75.78% from 255 or 47.65% from 405); Max value from RGB is 193 - color contains mainly: blue. Hex color #19BBC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BBC1 is #E6443E. Grayscale: #8B8B8B. Windows color (decimal): -15090751 or 12696345. OLE color: 12696345.

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

Color convert

RGB25187193-
CMYK0.870.0300.24
HSL182.14º77.06%42.75%-
HSV(B)182.14º87.05%75.69%-
XYZ27.839.656.63-
YUV139.25158.3346.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.17%
GREEN value IS 187 (73.44% from 255) = 46.17%
BLUE value IS 193 (75.78% from 255) = 47.65%
R=6.17%
G=46.17%
B=47.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal251871930.870.0300.24182.1477.0642.75
Hex19BBC1573018b64d2b
Octal31273301127303026611553
Binary110011011101111000001101011111011000101101101001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19BBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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