Html Css Color HEX #18ABDB Iris Blue

📋 copy color: '#18ABDB'

red 24 ◦ green 171 ◦ blue 219

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

Shades of Iris Blue #18ABDB

Tints of Iris Blue #18ABDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.9%

R = 5.8%
G = 41.3%
B = 52.9%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#18ABDB (or 0x18ABDB) is known color: Iris Blue. HEX triplet: 18, AB and DB. RGB value is (24,171,219). Sum of RGB (Red+Green+Blue) = 24+171+219=414 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.80% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #18ABDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ABDB is #E75424. Grayscale: #848484. Windows color (decimal): -15160357 or 14396184. OLE color: 14396184.

HSL color Cylindrical-coordinate representation of color #18ABDB: hue angle of 194.77º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18ABDB is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 171 219 -
CMYK 0.89 0.22 0 0.14
HSL 194.77º 0.8% 0.48% -
HSV(B) 194.77º 0.89% 0.86% -
XYZ 27.73 34.43 72.2 -
YUV 132.52 176.8 50.6 -
System Red Green Blue C M Y K H S L
Decimal 24 171 219 0.89 0.22 0 0.14 194.77 0.8 0.48
Hex 18 AB DB 59 16 0 E C3 50 30
Octal 30 253 333 131 26 0 16 303 120 60
Binary 11000 10101011 11011011 1011001 10110 0 1110 11000011 1010000 110000

Color Harmonies of #18ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ABDB

Black with #18ABDB

Text Example


Text Example

White with #18ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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