#15B7E1

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

Shades of Iris Blue #15B7E1

Tints of Iris Blue #15B7E1

Color information

#15B7E1 (or 0x15B7E1) is unknown color: approx Iris Blue. HEX triplet: 15, B7 and E1. RGB value is (21,183,225). Sum of RGB (Red+Green+Blue) = 21+183+225=429 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.90% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 225 (88.28% from 255 or 52.45% from 429); Max value from RGB is 225 - color contains mainly: blue. Hex color #15B7E1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15B7E1 is #EA481E. Grayscale: #8B8B8B. Windows color (decimal): -15353887 or 14792469. OLE color: 14792469.

HSL color Cylindrical-coordinate representation of color #15B7E1: hue angle of 192.35º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15B7E1 is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21183225-
CMYK0.910.1900.12
HSL192.35º82.93%48.24%-
HSV(B)192.35º90.67%88.24%-
XYZ30.8339.4677.23-
YUV139.35176.3343.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.90%
GREEN value IS 183 (71.88% from 255) = 42.66%
BLUE value IS 225 (88.28% from 255) = 52.45%
R=4.90%
G=42.66%
B=52.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal211832250.910.1900.12192.3582.9348.24
Hex15B7E15B130Cc05330
Octal252673411332301430012360
Binary10101101101111110000110110111001101100110000001010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15B7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,183,225); }

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

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

 a { background-color: rgb(21,183,225); }

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

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

 span { border-color: rgb(21,183,225); }

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