#15C2D0

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

Shades of Iris Blue #15C2D0

Tints of Iris Blue #15C2D0

Color information

#15C2D0 (or 0x15C2D0) is unknown color: approx Iris Blue. HEX triplet: 15, C2 and D0. RGB value is (21,194,208). Sum of RGB (Red+Green+Blue) = 21+194+208=423 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.96% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #15C2D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15C2D0 is #EA3D2F. Grayscale: #8F8F8F. Windows color (decimal): -15351088 or 13681173. OLE color: 13681173.

HSL color Cylindrical-coordinate representation of color #15C2D0: hue angle of 184.49º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15C2D0 is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB21194208-
CMYK0.900.0700.18
HSL184.49º81.66%44.9%-
HSV(B)184.49º89.9%81.57%-
XYZ30.9943.366.4-
YUV143.87164.1940.36-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.96%
GREEN value IS 194 (76.17% from 255) = 45.86%
BLUE value IS 208 (81.64% from 255) = 49.17%
R=4.96%
G=45.86%
B=49.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal211942080.900.0700.18184.4981.6644.9
Hex15C2D05A7012b8522d
Octal25302320132702227012255
Binary1010111000010110100001011010111010010101110001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15C2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,194,208); }

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

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

 a { background-color: rgb(21,194,208); }

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

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

 span { border-color: rgb(21,194,208); }

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