#15B2C1

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

Shades of Iris Blue #15B2C1

Tints of Iris Blue #15B2C1

Color information

#15B2C1 (or 0x15B2C1) is unknown color: approx Iris Blue. HEX triplet: 15, B2 and C1. RGB value is (21,178,193). Sum of RGB (Red+Green+Blue) = 21+178+193=392 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.36% from 392); Green value is 178 (69.92% from 255 or 45.41% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: blue. Hex color #15B2C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15B2C1 is #EA4D3E. Grayscale: #848484. Windows color (decimal): -15355199 or 12694037. OLE color: 12694037.

HSL color Cylindrical-coordinate representation of color #15B2C1: hue angle of 185.23º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15B2C1 is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB21178193-
CMYK0.890.0800.24
HSL185.23º80.37%41.96%-
HSV(B)185.23º89.12%75.69%-
XYZ25.8635.8556.01-
YUV132.77161.9948.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.36%
GREEN value IS 178 (69.92% from 255) = 45.41%
BLUE value IS 193 (75.78% from 255) = 49.23%
R=5.36%
G=45.41%
B=49.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal211781930.890.0800.24185.2380.3741.96
Hex15B2C1598018b9502a
Octal252623011311003027112052
Binary10101101100101100000110110011000011000101110011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15B2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,178,193); }

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

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

 a { background-color: rgb(21,178,193); }

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

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

 span { border-color: rgb(21,178,193); }

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