Html Css Color HEX #18ABBF Iris Blue

📋 copy color: '#18ABBF'

red 24 ◦ green 171 ◦ blue 191

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

Shades of Iris Blue #18ABBF

Tints of Iris Blue #18ABBF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.3%

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

R = 6.22%
G = 44.3%
B = 49.48%

CMYK

 C value IS 0.87

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#18ABBF (or 0x18ABBF) is known color: Iris Blue. HEX triplet: 18, AB and BF. RGB value is (24,171,191). Sum of RGB (Red+Green+Blue) = 24+171+191=386 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.22% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #18ABBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ABBF is #E75440. Grayscale: #818181. Windows color (decimal): -15160385 or 12561176. OLE color: 12561176.

HSL color Cylindrical-coordinate representation of color #18ABBF: hue angle of 187.19º 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 #18ABBF is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 171 191 -
CMYK 0.87 0.10 0 0.25
HSL 187.19º 0.78% 0.42% -
HSV(B) 187.19º 0.87% 0.75% -
XYZ 24.34 33.08 54.39 -
YUV 129.33 162.8 52.87 -
System Red Green Blue C M Y K H S L
Decimal 24 171 191 0.87 0.10 0 0.25 187.19 0.78 0.42
Hex 18 AB BF 57 A 0 19 BB 4E 2A
Octal 30 253 277 127 12 0 31 273 116 52
Binary 11000 10101011 10111111 1010111 1010 0 11001 10111011 1001110 101010

Color Harmonies of #18ABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ABBF

Black with #18ABBF

Text Example


Text Example

White with #18ABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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