#15BEC5

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

Shades of Iris Blue #15BEC5

Tints of Iris Blue #15BEC5

Color information

#15BEC5 (or 0x15BEC5) is unknown color: approx Iris Blue. HEX triplet: 15, BE and C5. RGB value is (21,190,197). Sum of RGB (Red+Green+Blue) = 21+190+197=408 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.15% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 197 (77.34% from 255 or 48.28% from 408); Max value from RGB is 197 - color contains mainly: blue. Hex color #15BEC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BEC5 is #EA413A. Grayscale: #8C8C8C. Windows color (decimal): -15352123 or 12959253. OLE color: 12959253.

HSL color Cylindrical-coordinate representation of color #15BEC5: hue angle of 182.39º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BEC5 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB21190197-
CMYK0.890.0400.23
HSL182.39º80.73%42.75%-
HSV(B)182.39º89.34%77.25%-
XYZ28.841.0259.22-
YUV140.27160.0142.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.15%
GREEN value IS 190 (74.61% from 255) = 46.57%
BLUE value IS 197 (77.34% from 255) = 48.28%
R=5.15%
G=46.57%
B=48.28%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal211901970.890.0400.23182.3980.7342.75
Hex15BEC5594017b6512b
Octal25276305131402726612153
Binary1010110111110110001011011001100010111101101101010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15BEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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