#15B1C6

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

Shades of Iris Blue #15B1C6

Tints of Iris Blue #15B1C6

Color information

#15B1C6 (or 0x15B1C6) is unknown color: approx Iris Blue. HEX triplet: 15, B1 and C6. RGB value is (21,177,198). Sum of RGB (Red+Green+Blue) = 21+177+198=396 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.30% from 396); Green value is 177 (69.53% from 255 or 44.70% from 396); Blue value is 198 (77.73% from 255 or 50% from 396); Max value from RGB is 198 - color contains mainly: blue. Hex color #15B1C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15B1C6 is #EA4E39. Grayscale: #848484. Windows color (decimal): -15355450 or 13021461. OLE color: 13021461.

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

Color convert

RGB21177198-
CMYK0.890.1100.22
HSL187.12º80.82%42.94%-
HSV(B)187.12º89.39%77.65%-
XYZ26.2235.6858.93-
YUV132.75164.8248.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.30%
GREEN value IS 177 (69.53% from 255) = 44.70%
BLUE value IS 198 (77.73% from 255) = 50%
R=5.30%
G=44.70%
B=50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal211771980.890.1100.22187.1280.8242.94
Hex15B1C659B016bb512b
Octal252613061311302627312153
Binary10101101100011100011010110011011010110101110111010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15B1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,177,198); }

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

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

 a { background-color: rgb(21,177,198); }

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

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

 span { border-color: rgb(21,177,198); }

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