#15B2BE

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

Shades of Iris Blue #15B2BE

Tints of Iris Blue #15B2BE

Color information

#15B2BE (or 0x15B2BE) is unknown color: approx Iris Blue. HEX triplet: 15, B2 and BE. RGB value is (21,178,190). Sum of RGB (Red+Green+Blue) = 21+178+190=389 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.40% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #15B2BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15B2BE is #EA4D41. Grayscale: #848484. Windows color (decimal): -15355202 or 12497429. OLE color: 12497429.

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

Color convert

RGB21178190-
CMYK0.890.0600.25
HSL184.26º80.09%41.37%-
HSV(B)184.26º88.95%74.51%-
XYZ25.5235.7254.26-
YUV132.42160.4948.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.40%
GREEN value IS 178 (69.92% from 255) = 45.76%
BLUE value IS 190 (74.61% from 255) = 48.84%
R=5.40%
G=45.76%
B=48.84%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal211781900.890.0600.25184.2680.0941.37
Hex15B2BE596019b85029
Octal25262276131603127012051
Binary1010110110010101111101011001110011001101110001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15B2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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