#15BACA

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

Shades of Iris Blue #15BACA

Tints of Iris Blue #15BACA

Color information

#15BACA (or 0x15BACA) is unknown color: approx Iris Blue. HEX triplet: 15, BA and CA. RGB value is (21,186,202). Sum of RGB (Red+Green+Blue) = 21+186+202=409 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.13% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #15BACA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BACA is #EA4535. Grayscale: #8A8A8A. Windows color (decimal): -15353142 or 13285909. OLE color: 13285909.

HSL color Cylindrical-coordinate representation of color #15BACA: hue angle of 185.3º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15BACA is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB21186202-
CMYK0.900.0800.21
HSL185.3º81.17%43.73%-
HSV(B)185.3º89.6%79.22%-
XYZ28.5339.5462.01-
YUV138.49163.8444.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.13%
GREEN value IS 186 (73.05% from 255) = 45.48%
BLUE value IS 202 (79.30% from 255) = 49.39%
R=5.13%
G=45.48%
B=49.39%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal211862020.900.0800.21185.381.1743.73
Hex15BACA5A8015b9512c
Octal252723121321002527112154
Binary10101101110101100101010110101000010101101110011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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