Html Css Color HEX #18ADDB Iris Blue

📋 copy color: '#18ADDB'

red 24 ◦ green 173 ◦ blue 219

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

Shades of Iris Blue #18ADDB

Tints of Iris Blue #18ADDB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.59%

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

R = 5.77%
G = 41.59%
B = 52.64%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#18ADDB (or 0x18ADDB) is known color: Iris Blue. HEX triplet: 18, AD and DB. RGB value is (24,173,219). Sum of RGB (Red+Green+Blue) = 24+173+219=416 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.77% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #18ADDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ADDB is #E75224. Grayscale: #858585. Windows color (decimal): -15159845 or 14396696. OLE color: 14396696.

HSL color Cylindrical-coordinate representation of color #18ADDB: hue angle of 194.15º 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 #18ADDB is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 173 219 -
CMYK 0.89 0.21 0 0.14
HSL 194.15º 0.8% 0.48% -
HSV(B) 194.15º 0.89% 0.86% -
XYZ 28.11 35.2 72.33 -
YUV 133.69 176.14 49.76 -
System Red Green Blue C M Y K H S L
Decimal 24 173 219 0.89 0.21 0 0.14 194.15 0.8 0.48
Hex 18 AD DB 59 15 0 E C2 50 30
Octal 30 255 333 131 25 0 16 302 120 60
Binary 11000 10101101 11011011 1011001 10101 0 1110 11000010 1010000 110000

Color Harmonies of #18ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ADDB

Black with #18ADDB

Text Example


Text Example

White with #18ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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