#18BBC9

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

Shades of Iris Blue #18BBC9

Tints of Iris Blue #18BBC9

Color information

#18BBC9 (or 0x18BBC9) is unknown color: approx Iris Blue. HEX triplet: 18, BB and C9. RGB value is (24,187,201). Sum of RGB (Red+Green+Blue) = 24+187+201=412 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.83% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 201 (78.91% from 255 or 48.79% from 412); Max value from RGB is 201 - color contains mainly: blue. Hex color #18BBC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BBC9 is #E74436. Grayscale: #8B8B8B. Windows color (decimal): -15156279 or 13220632. OLE color: 13220632.

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

Color convert

RGB24187201-
CMYK0.880.0700.21
HSL184.75º78.67%44.12%-
HSV(B)184.75º88.06%78.82%-
XYZ28.6939.9561.46-
YUV139.86162.545.36-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.83%
GREEN value IS 187 (73.44% from 255) = 45.39%
BLUE value IS 201 (78.91% from 255) = 48.79%
R=5.83%
G=45.39%
B=48.79%

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
Decimal241872010.880.0700.21184.7578.6744.12
Hex18BBC9587015b94f2c
Octal30273311130702527111754
Binary1100010111011110010011011000111010101101110011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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