#18A7C7

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

Shades of Iris Blue #18A7C7

Tints of Iris Blue #18A7C7

Color information

#18A7C7 (or 0x18A7C7) is unknown color: approx Iris Blue. HEX triplet: 18, A7 and C7. RGB value is (24,167,199). Sum of RGB (Red+Green+Blue) = 24+167+199=390 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.15% from 390); Green value is 167 (65.62% from 255 or 42.82% from 390); Blue value is 199 (78.12% from 255 or 51.03% from 390); Max value from RGB is 199 - color contains mainly: blue. Hex color #18A7C7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A7C7 is #E75838. Grayscale: #7F7F7F. Windows color (decimal): -15161401 or 13084440. OLE color: 13084440.

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

Color convert

RGB24167199-
CMYK0.880.1600.22
HSL190.97º78.48%43.73%-
HSV(B)190.97º87.94%78.04%-
XYZ24.531.9658.91-
YUV127.89168.1253.9-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.15%
GREEN value IS 167 (65.62% from 255) = 42.82%
BLUE value IS 199 (78.12% from 255) = 51.03%
R=6.15%
G=42.82%
B=51.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal241671990.880.1600.22190.9778.4843.73
Hex18A7C75810016bf4e2c
Octal302473071302002627711654
Binary110001010011111000111101100010000010110101111111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,167,199); }

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

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

 a { background-color: rgb(24,167,199); }

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

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

 span { border-color: rgb(24,167,199); }

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