#18AAD3

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

Shades of Iris Blue #18AAD3

Tints of Iris Blue #18AAD3

Color information

#18AAD3 (or 0x18AAD3) is unknown color: approx Iris Blue. HEX triplet: 18, AA and D3. RGB value is (24,170,211). Sum of RGB (Red+Green+Blue) = 24+170+211=405 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.93% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 211 (82.81% from 255 or 52.10% from 405); Max value from RGB is 211 - color contains mainly: blue. Hex color #18AAD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AAD3 is #E7552C. Grayscale: #828282. Windows color (decimal): -15160621 or 13871640. OLE color: 13871640.

HSL color Cylindrical-coordinate representation of color #18AAD3: hue angle of 193.16º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18AAD3 is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB24170211-
CMYK0.890.1900.17
HSL193.16º79.57%46.08%-
HSV(B)193.16º88.63%82.75%-
XYZ26.5133.6566.73-
YUV131.02173.1351.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.93%
GREEN value IS 170 (66.80% from 255) = 41.98%
BLUE value IS 211 (82.81% from 255) = 52.10%
R=5.93%
G=41.98%
B=52.10%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal241702110.890.1900.17193.1679.5746.08
Hex18AAD35913011c1502e
Octal302523231312302130112056
Binary110001010101011010011101100110011010001110000011010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,170,211); }

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

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

 a { background-color: rgb(24,170,211); }

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

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

 span { border-color: rgb(24,170,211); }

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