Html Css Color HEX #18AABF Iris Blue

📋 copy color: '#18AABF'

red 24 ◦ green 170 ◦ blue 191

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

Shades of Iris Blue #18AABF

Tints of Iris Blue #18AABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.61%

R = 6.23%
G = 44.16%
B = 49.61%

CMYK

 C value IS 0.87

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#18AABF (or 0x18AABF) is known color: Iris Blue. HEX triplet: 18, AA and BF. RGB value is (24,170,191). Sum of RGB (Red+Green+Blue) = 24+170+191=385 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.23% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #18AABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AABF is #E75540. Grayscale: #808080. Windows color (decimal): -15160641 or 12560920. OLE color: 12560920.

HSL color Cylindrical-coordinate representation of color #18AABF: hue angle of 187.54º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18AABF is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 170 191 -
CMYK 0.87 0.11 0 0.25
HSL 187.54º 0.78% 0.42% -
HSV(B) 187.54º 0.87% 0.75% -
XYZ 24.16 32.71 54.33 -
YUV 128.74 163.13 53.29 -
System Red Green Blue C M Y K H S L
Decimal 24 170 191 0.87 0.11 0 0.25 187.54 0.78 0.42
Hex 18 AA BF 57 B 0 19 BC 4E 2A
Octal 30 252 277 127 13 0 31 274 116 52
Binary 11000 10101010 10111111 1010111 1011 0 11001 10111100 1001110 101010

Color Harmonies of #18AABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AABF

Black with #18AABF

Text Example


Text Example

White with #18AABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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