#15BACE

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

Shades of Iris Blue #15BACE

Tints of Iris Blue #15BACE

Color information

#15BACE (or 0x15BACE) is unknown color: approx Iris Blue. HEX triplet: 15, BA and CE. RGB value is (21,186,206). Sum of RGB (Red+Green+Blue) = 21+186+206=413 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.08% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #15BACE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BACE is #EA4531. Grayscale: #8A8A8A. Windows color (decimal): -15353138 or 13548053. OLE color: 13548053.

HSL color Cylindrical-coordinate representation of color #15BACE: hue angle of 186.49º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15BACE is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB21186206-
CMYK0.900.1000.19
HSL186.49º81.5%44.51%-
HSV(B)186.49º89.81%80.78%-
XYZ29.0139.7364.53-
YUV138.94165.8443.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.08%
GREEN value IS 186 (73.05% from 255) = 45.04%
BLUE value IS 206 (80.86% from 255) = 49.88%
R=5.08%
G=45.04%
B=49.88%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal211862060.900.1000.19186.4981.544.51
Hex15BACE5AA013ba512d
Octal252723161321202327212155
Binary10101101110101100111010110101010010011101110101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15BACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,186,206); }

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

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

 a { background-color: rgb(21,186,206); }

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

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

 span { border-color: rgb(21,186,206); }

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