#18ADCD

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

Shades of Iris Blue #18ADCD

Tints of Iris Blue #18ADCD

Color information

#18ADCD (or 0x18ADCD) is unknown color: approx Iris Blue. HEX triplet: 18, AD and CD. RGB value is (24,173,205). Sum of RGB (Red+Green+Blue) = 24+173+205=402 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.97% from 402); Green value is 173 (67.97% from 255 or 43.03% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #18ADCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ADCD is #E75232. Grayscale: #838383. Windows color (decimal): -15159859 or 13479192. OLE color: 13479192.

HSL color Cylindrical-coordinate representation of color #18ADCD: hue angle of 190.61º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18ADCD is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB24173205-
CMYK0.880.1600.20
HSL190.61º79.04%44.9%-
HSV(B)190.61º88.29%80.39%-
XYZ26.3434.4963.03-
YUV132.1169.1450.9-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.97%
GREEN value IS 173 (67.97% from 255) = 43.03%
BLUE value IS 205 (80.47% from 255) = 51.00%
R=5.97%
G=43.03%
B=51.00%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal241732050.880.1600.20190.6179.0444.9
Hex18ADCD5810014bf4f2d
Octal302553151302002427711755
Binary110001010110111001101101100010000010100101111111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,173,205); }

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

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

 a { background-color: rgb(24,173,205); }

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

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

 span { border-color: rgb(24,173,205); }

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