#18BAC9

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

Shades of Iris Blue #18BAC9

Tints of Iris Blue #18BAC9

Color information

#18BAC9 (or 0x18BAC9) is unknown color: approx Iris Blue. HEX triplet: 18, BA and C9. RGB value is (24,186,201). Sum of RGB (Red+Green+Blue) = 24+186+201=411 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.84% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 201 (78.91% from 255 or 48.91% from 411); Max value from RGB is 201 - color contains mainly: blue. Hex color #18BAC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BAC9 is #E74536. Grayscale: #8B8B8B. Windows color (decimal): -15156535 or 13220376. OLE color: 13220376.

HSL color Cylindrical-coordinate representation of color #18BAC9: hue angle of 185.08º 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 #18BAC9 is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB24186201-
CMYK0.880.0700.21
HSL185.08º78.67%44.12%-
HSV(B)185.08º88.06%78.82%-
XYZ28.4839.5361.39-
YUV139.27162.8345.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.84%
GREEN value IS 186 (73.05% from 255) = 45.26%
BLUE value IS 201 (78.91% from 255) = 48.91%
R=5.84%
G=45.26%
B=48.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal241862010.880.0700.21185.0878.6744.12
Hex18BAC9587015b94f2c
Octal30272311130702527111754
Binary1100010111010110010011011000111010101101110011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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