Html Css Color HEX #18BAE0 Iris Blue

📋 copy color: '#18BAE0'

red 24 ◦ green 186 ◦ blue 224

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

Shades of Iris Blue #18BAE0

Tints of Iris Blue #18BAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 51.61%

R = 5.53%
G = 42.86%
B = 51.61%

CMYK

 C value IS 0.89

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#18BAE0 (or 0x18BAE0) is known color: Iris Blue. HEX triplet: 18, BA and E0. RGB value is (24,186,224). Sum of RGB (Red+Green+Blue) = 24+186+224=434 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.53% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 224 (87.89% from 255 or 51.61% from 434); Max value from RGB is 224 - color contains mainly: blue. Hex color #18BAE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BAE0 is #E7451F. Grayscale: #8D8D8D. Windows color (decimal): -15156512 or 14727704. OLE color: 14727704.

HSL color Cylindrical-coordinate representation of color #18BAE0: hue angle of 191.4º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18BAE0 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 24 186 224 -
CMYK 0.89 0.17 0 0.12
HSL 191.4º 0.81% 0.49% -
HSV(B) 191.4º 0.89% 0.88% -
XYZ 31.39 40.69 76.72 -
YUV 141.89 174.33 43.91 -
System Red Green Blue C M Y K H S L
Decimal 24 186 224 0.89 0.17 0 0.12 191.4 0.81 0.49
Hex 18 BA E0 59 11 0 C BF 51 31
Octal 30 272 340 131 21 0 14 277 121 61
Binary 11000 10111010 11100000 1011001 10001 0 1100 10111111 1010001 110001

Color Harmonies of #18BAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BAE0

Black with #18BAE0

Text Example


Text Example

White with #18BAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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