#18B6C9

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

Shades of Iris Blue #18B6C9

Tints of Iris Blue #18B6C9

Color information

#18B6C9 (or 0x18B6C9) is unknown color: approx Iris Blue. HEX triplet: 18, B6 and C9. RGB value is (24,182,201). Sum of RGB (Red+Green+Blue) = 24+182+201=407 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.90% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 201 (78.91% from 255 or 49.39% from 407); Max value from RGB is 201 - color contains mainly: blue. Hex color #18B6C9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18B6C9 is #E74936. Grayscale: #888888. Windows color (decimal): -15157559 or 13219352. OLE color: 13219352.

HSL color Cylindrical-coordinate representation of color #18B6C9: hue angle of 186.44º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18B6C9 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB24182201-
CMYK0.880.0900.21
HSL186.44º78.67%44.12%-
HSV(B)186.44º88.06%78.82%-
XYZ27.6537.8761.11-
YUV136.92164.1547.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.90%
GREEN value IS 182 (71.48% from 255) = 44.72%
BLUE value IS 201 (78.91% from 255) = 49.39%
R=5.90%
G=44.72%
B=49.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal241822010.880.0900.21186.4478.6744.12
Hex18B6C9589015ba4f2c
Octal302663111301102527211754
Binary11000101101101100100110110001001010101101110101001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,182,201); }

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

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

 a { background-color: rgb(24,182,201); }

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

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

 span { border-color: rgb(24,182,201); }

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