Html Css Color HEX #18AAC7 Iris Blue

📋 copy color: '#18AAC7'

red 24 ◦ green 170 ◦ blue 199

#18AAC7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #18AAC7

Tints of Iris Blue #18AAC7

RGB

 RED value IS 24 (9.77% from 255) = 6.11%

 GREEN value IS 170 (66.8% from 255) = 43.26%

 BLUE value IS 199 (78.13% from 255) = 50.64%

R = 6.11%
G = 43.26%
B = 50.64%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#18AAC7 (or 0x18AAC7) is known color: Iris Blue. HEX triplet: 18, AA and C7. RGB value is (24,170,199). Sum of RGB (Red+Green+Blue) = 24+170+199=393 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.11% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 199 (78.12% from 255 or 50.64% from 393); Max value from RGB is 199 - color contains mainly: blue. Hex color #18AAC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AAC7 is #E75538. Grayscale: #818181. Windows color (decimal): -15160633 or 13085208. OLE color: 13085208.

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

Color convert

RGB 24 170 199 -
CMYK 0.88 0.15 0 0.22
HSL 189.94º 0.78% 0.44% -
HSV(B) 189.94º 0.88% 0.78% -
XYZ 25.06 33.07 59.09 -
YUV 129.65 167.13 52.64 -
System Red Green Blue C M Y K H S L
Decimal 24 170 199 0.88 0.15 0 0.22 189.94 0.78 0.44
Hex 18 AA C7 58 F 0 16 BE 4E 2C
Octal 30 252 307 130 17 0 26 276 116 54
Binary 11000 10101010 11000111 1011000 1111 0 10110 10111110 1001110 101100

Color Harmonies of #18AAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AAC7

Black with #18AAC7

Text Example


Text Example

White with #18AAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18AAC7;
 }
 .AnyTagClassName
 {
   color: #18AAC7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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