Html Css Color HEX #18C0DC Iris Blue

📋 copy color: '#18C0DC'

red 24 ◦ green 192 ◦ blue 220

#18C0DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #18C0DC

Tints of Iris Blue #18C0DC

RGB

 RED value IS 24 (9.77% from 255) = 5.5%

 GREEN value IS 192 (75.39% from 255) = 44.04%

 BLUE value IS 220 (86.33% from 255) = 50.46%

R = 5.5%
G = 44.04%
B = 50.46%

CMYK

 C value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#18C0DC (or 0x18C0DC) is known color: 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

RGB 24 192 220 -
CMYK 0.89 0.13 0 0.14
HSL 188.57º 0.8% 0.48% -
HSV(B) 188.57º 0.89% 0.86% -
XYZ 32.14 43.06 74.33 -
YUV 144.96 170.34 41.72 -
System Red Green Blue C M Y K H S L
Decimal 24 192 220 0.89 0.13 0 0.14 188.57 0.8 0.48
Hex 18 C0 DC 59 D 0 E BD 50 30
Octal 30 300 334 131 15 0 16 275 120 60
Binary 11000 11000000 11011100 1011001 1101 0 1110 10111101 1010000 110000

Color Harmonies of #18C0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C0DC

Black with #18C0DC

Text Example


Text Example

White with #18C0DC

Text Example


Text Example

HTML Codes & Css Web 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>