#15B3BE

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

Shades of Iris Blue #15B3BE

Tints of Iris Blue #15B3BE

Color information

#15B3BE (or 0x15B3BE) is unknown color: approx Iris Blue. HEX triplet: 15, B3 and BE. RGB value is (21,179,190). Sum of RGB (Red+Green+Blue) = 21+179+190=390 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.38% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #15B3BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15B3BE is #EA4C41. Grayscale: #848484. Windows color (decimal): -15354946 or 12497685. OLE color: 12497685.

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

Color convert

RGB21179190-
CMYK0.890.0600.25
HSL183.91º80.09%41.37%-
HSV(B)183.91º88.95%74.51%-
XYZ25.7236.1254.33-
YUV133.01160.1548.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.38%
GREEN value IS 179 (70.31% from 255) = 45.90%
BLUE value IS 190 (74.61% from 255) = 48.72%
R=5.38%
G=45.90%
B=48.72%

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
Decimal211791900.890.0600.25183.9180.0941.37
Hex15B3BE596019b85029
Octal25263276131603127012051
Binary1010110110011101111101011001110011001101110001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15B3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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