#15A8C7

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

Shades of Iris Blue #15A8C7

Tints of Iris Blue #15A8C7

Color information

#15A8C7 (or 0x15A8C7) is unknown color: approx Iris Blue. HEX triplet: 15, A8 and C7. RGB value is (21,168,199). Sum of RGB (Red+Green+Blue) = 21+168+199=388 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.41% from 388); Green value is 168 (66.02% from 255 or 43.30% from 388); Blue value is 199 (78.12% from 255 or 51.29% from 388); Max value from RGB is 199 - color contains mainly: blue. Hex color #15A8C7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A8C7 is #EA5738. Grayscale: #7F7F7F. Windows color (decimal): -15357753 or 13084693. OLE color: 13084693.

HSL color Cylindrical-coordinate representation of color #15A8C7: hue angle of 190.45º 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 #15A8C7 is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB21168199-
CMYK0.890.1600.22
HSL190.45º80.91%43.14%-
HSV(B)190.45º89.45%78.04%-
XYZ24.6232.2958.97-
YUV127.58168.351.98-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.41%
GREEN value IS 168 (66.02% from 255) = 43.30%
BLUE value IS 199 (78.12% from 255) = 51.29%
R=5.41%
G=43.30%
B=51.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal211681990.890.1600.22190.4580.9143.14
Hex15A8C75910016be512b
Octal252503071312002627612153
Binary101011010100011000111101100110000010110101111101010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,168,199); }

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

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

 a { background-color: rgb(21,168,199); }

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

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

 span { border-color: rgb(21,168,199); }

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