#18C0DC

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

Shades of Iris Blue #18C0DC

Tints of Iris Blue #18C0DC

Color information

#18C0DC (or 0x18C0DC) is unknown color: approx Iris Blue. HEX triplet: 18, C0 and DC. RGB value is (24,192,220). Sum of RGB (Red+Green+Blue) = 24+192+220=436 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.50% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #18C0DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18C0DC is #E73F23. Grayscale: #909090. Windows color (decimal): -15154980 or 14467096. OLE color: 14467096.

HSL color Cylindrical-coordinate representation of color #18C0DC: hue angle of 188.57º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18C0DC is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB24192220-
CMYK0.890.1300.14
HSL188.57º80.33%47.84%-
HSV(B)188.57º89.09%86.27%-
XYZ32.1443.0674.33-
YUV144.96170.3441.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.50%
GREEN value IS 192 (75.39% from 255) = 44.04%
BLUE value IS 220 (86.33% from 255) = 50.46%
R=5.50%
G=44.04%
B=50.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal241922200.890.1300.14188.5780.3347.84
Hex18C0DC59D0Ebd5030
Octal303003341311501627512060
Binary1100011000000110111001011001110101110101111011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18C0DC; }

 p { color: rgb(24,192,220); }

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

<style>
 a { background-color: #18C0DC; }

 a { background-color: rgb(24,192,220); }

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

<style>
 span { border-color: #18C0DC; }

 span { border-color: rgb(24,192,220); }

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