#15B1BE

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

Shades of Iris Blue #15B1BE

Tints of Iris Blue #15B1BE

Color information

#15B1BE (or 0x15B1BE) is unknown color: approx Iris Blue. HEX triplet: 15, B1 and BE. RGB value is (21,177,190). Sum of RGB (Red+Green+Blue) = 21+177+190=388 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.41% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #15B1BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15B1BE is #EA4E41. Grayscale: #838383. Windows color (decimal): -15355458 or 12497173. OLE color: 12497173.

HSL color Cylindrical-coordinate representation of color #15B1BE: hue angle of 184.62º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15B1BE is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB21177190-
CMYK0.890.0700.25
HSL184.62º80.09%41.37%-
HSV(B)184.62º88.95%74.51%-
XYZ25.3335.3254.2-
YUV131.84160.8248.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.41%
GREEN value IS 177 (69.53% from 255) = 45.62%
BLUE value IS 190 (74.61% from 255) = 48.97%
R=5.41%
G=45.62%
B=48.97%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal211771900.890.0700.25184.6280.0941.37
Hex15B1BE597019b95029
Octal25261276131703127112051
Binary1010110110001101111101011001111011001101110011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15B1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15B1BE; }

 p { color: rgb(21,177,190); }

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

<style>
 a { background-color: #15B1BE; }

 a { background-color: rgb(21,177,190); }

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

<style>
 span { border-color: #15B1BE; }

 span { border-color: rgb(21,177,190); }

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