Html Css Color HEX #18ADBE Iris Blue

📋 copy color: '#18ADBE'

red 24 ◦ green 173 ◦ blue 190

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

Shades of Iris Blue #18ADBE

Tints of Iris Blue #18ADBE

RGB

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

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

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

R = 6.2%
G = 44.7%
B = 49.1%

CMYK

 C value IS 0.87

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#18ADBE (or 0x18ADBE) is known color: Iris Blue. HEX triplet: 18, AD and BE. RGB value is (24,173,190). Sum of RGB (Red+Green+Blue) = 24+173+190=387 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.20% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #18ADBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ADBE is #E75241. Grayscale: #828282. Windows color (decimal): -15159874 or 12496152. OLE color: 12496152.

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

Color convert

RGB 24 173 190 -
CMYK 0.87 0.09 0 0.25
HSL 186.14º 0.78% 0.42% -
HSV(B) 186.14º 0.87% 0.75% -
XYZ 24.61 33.8 53.94 -
YUV 130.39 161.64 52.12 -
System Red Green Blue C M Y K H S L
Decimal 24 173 190 0.87 0.09 0 0.25 186.14 0.78 0.42
Hex 18 AD BE 57 9 0 19 BA 4E 2A
Octal 30 255 276 127 11 0 31 272 116 52
Binary 11000 10101101 10111110 1010111 1001 0 11001 10111010 1001110 101010

Color Harmonies of #18ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ADBE

Black with #18ADBE

Text Example


Text Example

White with #18ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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