Html Css Color HEX #18AEDB Iris Blue

📋 copy color: '#18AEDB'

red 24 ◦ green 174 ◦ blue 219

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

Shades of Iris Blue #18AEDB

Tints of Iris Blue #18AEDB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.73%

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

R = 5.76%
G = 41.73%
B = 52.52%

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

#18AEDB (or 0x18AEDB) is known color: Iris Blue. HEX triplet: 18, AE and DB. RGB value is (24,174,219). Sum of RGB (Red+Green+Blue) = 24+174+219=417 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.76% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #18AEDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AEDB is #E75124. Grayscale: #858585. Windows color (decimal): -15159589 or 14396952. OLE color: 14396952.

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

Color convert

RGB 24 174 219 -
CMYK 0.89 0.21 0 0.14
HSL 193.85º 0.8% 0.48% -
HSV(B) 193.85º 0.89% 0.86% -
XYZ 28.3 35.58 72.39 -
YUV 134.28 175.81 49.34 -
System Red Green Blue C M Y K H S L
Decimal 24 174 219 0.89 0.21 0 0.14 193.85 0.8 0.48
Hex 18 AE DB 59 15 0 E C2 50 30
Octal 30 256 333 131 25 0 16 302 120 60
Binary 11000 10101110 11011011 1011001 10101 0 1110 11000010 1010000 110000

Color Harmonies of #18AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AEDB

Black with #18AEDB

Text Example


Text Example

White with #18AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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