#15B6BF

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

Shades of Iris Blue #15B6BF

Tints of Iris Blue #15B6BF

Color information

#15B6BF (or 0x15B6BF) is unknown color: approx Iris Blue. HEX triplet: 15, B6 and BF. RGB value is (21,182,191). Sum of RGB (Red+Green+Blue) = 21+182+191=394 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.33% from 394); Green value is 182 (71.48% from 255 or 46.19% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #15B6BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15B6BF is #EA4940. Grayscale: #868686. Windows color (decimal): -15354177 or 12563989. OLE color: 12563989.

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

Color convert

RGB21182191-
CMYK0.890.0500.25
HSL183.18º80.19%41.57%-
HSV(B)183.18º89.01%74.9%-
XYZ26.4437.3855.11-
YUV134.89159.6646.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.33%
GREEN value IS 182 (71.48% from 255) = 46.19%
BLUE value IS 191 (75% from 255) = 48.48%
R=5.33%
G=46.19%
B=48.48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal211821910.890.0500.25183.1880.1941.57
Hex15B6BF595019b7502a
Octal25266277131503126712052
Binary1010110110110101111111011001101011001101101111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15B6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,182,191); }

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

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

 a { background-color: rgb(21,182,191); }

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

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

 span { border-color: rgb(21,182,191); }

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