#15B9CE

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

Shades of Iris Blue #15B9CE

Tints of Iris Blue #15B9CE

Color information

#15B9CE (or 0x15B9CE) is unknown color: approx Iris Blue. HEX triplet: 15, B9 and CE. RGB value is (21,185,206). Sum of RGB (Red+Green+Blue) = 21+185+206=412 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.10% from 412); Green value is 185 (72.66% from 255 or 44.90% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #15B9CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15B9CE is #EA4631. Grayscale: #8A8A8A. Windows color (decimal): -15353394 or 13547797. OLE color: 13547797.

HSL color Cylindrical-coordinate representation of color #15B9CE: hue angle of 186.81º 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 #15B9CE is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB21185206-
CMYK0.900.1000.19
HSL186.81º81.5%44.51%-
HSV(B)186.81º89.81%80.78%-
XYZ28.839.3164.46-
YUV138.36166.1744.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.10%
GREEN value IS 185 (72.66% from 255) = 44.90%
BLUE value IS 206 (80.86% from 255) = 50%
R=5.10%
G=44.90%
B=50%

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
Decimal211852060.900.1000.19186.8181.544.51
Hex15B9CE5AA013bb512d
Octal252713161321202327312155
Binary10101101110011100111010110101010010011101110111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15B9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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