#15B0CA

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

Shades of Iris Blue #15B0CA

Tints of Iris Blue #15B0CA

Color information

#15B0CA (or 0x15B0CA) is unknown color: approx Iris Blue. HEX triplet: 15, B0 and CA. RGB value is (21,176,202). Sum of RGB (Red+Green+Blue) = 21+176+202=399 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.26% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #15B0CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15B0CA is #EA4F35. Grayscale: #848484. Windows color (decimal): -15355702 or 13283349. OLE color: 13283349.

HSL color Cylindrical-coordinate representation of color #15B0CA: hue angle of 188.62º 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 #15B0CA is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB21176202-
CMYK0.900.1300.21
HSL188.62º81.17%43.73%-
HSV(B)188.62º89.6%79.22%-
XYZ26.535.4761.33-
YUV132.62167.1548.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.26%
GREEN value IS 176 (69.14% from 255) = 44.11%
BLUE value IS 202 (79.30% from 255) = 50.63%
R=5.26%
G=44.11%
B=50.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal211762020.900.1300.21188.6281.1743.73
Hex15B0CA5AD015bd512c
Octal252603121321502527512154
Binary10101101100001100101010110101101010101101111011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15B0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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