Html Css Color HEX #18BABF Iris Blue

📋 copy color: '#18BABF'

red 24 ◦ green 186 ◦ blue 191

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

Shades of Iris Blue #18BABF

Tints of Iris Blue #18BABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.38%

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

R = 5.99%
G = 46.38%
B = 47.63%

CMYK

 C value IS 0.87

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#18BABF (or 0x18BABF) is known color: Iris Blue. HEX triplet: 18, BA and BF. RGB value is (24,186,191). Sum of RGB (Red+Green+Blue) = 24+186+191=401 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.99% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #18BABF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BABF is #E74540. Grayscale: #898989. Windows color (decimal): -15156545 or 12565016. OLE color: 12565016.

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

Color convert

RGB 24 186 191 -
CMYK 0.87 0.03 0 0.25
HSL 181.8º 0.78% 0.42% -
HSV(B) 181.8º 0.87% 0.75% -
XYZ 27.34 39.07 55.39 -
YUV 138.13 157.83 46.59 -
System Red Green Blue C M Y K H S L
Decimal 24 186 191 0.87 0.03 0 0.25 181.8 0.78 0.42
Hex 18 BA BF 57 3 0 19 B6 4E 2A
Octal 30 272 277 127 3 0 31 266 116 52
Binary 11000 10111010 10111111 1010111 11 0 11001 10110110 1001110 101010

Color Harmonies of #18BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BABF

Black with #18BABF

Text Example


Text Example

White with #18BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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