Html Css Color HEX #18ABBE Iris Blue

📋 copy color: '#18ABBE'

red 24 ◦ green 171 ◦ blue 190

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

Shades of Iris Blue #18ABBE

Tints of Iris Blue #18ABBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.35%

R = 6.23%
G = 44.42%
B = 49.35%

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

#18ABBE (or 0x18ABBE) is known color: Iris Blue. HEX triplet: 18, AB and BE. RGB value is (24,171,190). Sum of RGB (Red+Green+Blue) = 24+171+190=385 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.23% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #18ABBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ABBE is #E75441. Grayscale: #808080. Windows color (decimal): -15160386 or 12495640. OLE color: 12495640.

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

Color convert

RGB 24 171 190 -
CMYK 0.87 0.10 0 0.25
HSL 186.87º 0.78% 0.42% -
HSV(B) 186.87º 0.87% 0.75% -
XYZ 24.23 33.04 53.81 -
YUV 129.21 162.3 52.96 -
System Red Green Blue C M Y K H S L
Decimal 24 171 190 0.87 0.10 0 0.25 186.87 0.78 0.42
Hex 18 AB BE 57 A 0 19 BB 4E 2A
Octal 30 253 276 127 12 0 31 273 116 52
Binary 11000 10101011 10111110 1010111 1010 0 11001 10111011 1001110 101010

Color Harmonies of #18ABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ABBE

Black with #18ABBE

Text Example


Text Example

White with #18ABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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