#15B4CA

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

Shades of Iris Blue #15B4CA

Tints of Iris Blue #15B4CA

Color information

#15B4CA (or 0x15B4CA) is unknown color: approx Iris Blue. HEX triplet: 15, B4 and CA. RGB value is (21,180,202). Sum of RGB (Red+Green+Blue) = 21+180+202=403 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.21% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #15B4CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15B4CA is #EA4B35. Grayscale: #868686. Windows color (decimal): -15354678 or 13284373. OLE color: 13284373.

HSL color Cylindrical-coordinate representation of color #15B4CA: hue angle of 187.29º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15B4CA is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB21180202-
CMYK0.900.1100.21
HSL187.29º81.17%43.73%-
HSV(B)187.29º89.6%79.22%-
XYZ27.2937.0761.59-
YUV134.97165.8246.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.21%
GREEN value IS 180 (70.70% from 255) = 44.67%
BLUE value IS 202 (79.30% from 255) = 50.12%
R=5.21%
G=44.67%
B=50.12%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal211802020.900.1100.21187.2981.1743.73
Hex15B4CA5AB015bb512c
Octal252643121321302527312154
Binary10101101101001100101010110101011010101101110111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15B4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,180,202); }

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

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

 a { background-color: rgb(21,180,202); }

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

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

 span { border-color: rgb(21,180,202); }

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