#15B0BF

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

Shades of Iris Blue #15B0BF

Tints of Iris Blue #15B0BF

Color information

#15B0BF (or 0x15B0BF) is unknown color: approx Iris Blue. HEX triplet: 15, B0 and BF. RGB value is (21,176,191). Sum of RGB (Red+Green+Blue) = 21+176+191=388 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.41% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #15B0BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15B0BF is #EA4F40. Grayscale: #838383. Windows color (decimal): -15355713 or 12562453. OLE color: 12562453.

HSL color Cylindrical-coordinate representation of color #15B0BF: hue angle of 185.29º 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 #15B0BF is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB21176191-
CMYK0.890.0800.25
HSL185.29º80.19%41.57%-
HSV(B)185.29º89.01%74.9%-
XYZ25.2434.9754.71-
YUV131.36161.6549.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.41%
GREEN value IS 176 (69.14% from 255) = 45.36%
BLUE value IS 191 (75% from 255) = 49.23%
R=5.41%
G=45.36%
B=49.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal211761910.890.0800.25185.2980.1941.57
Hex15B0BF598019b9502a
Octal252602771311003127112052
Binary10101101100001011111110110011000011001101110011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15B0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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