Html Css Color HEX #18ADDA Iris Blue

📋 copy color: '#18ADDA'

red 24 ◦ green 173 ◦ blue 218

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

Shades of Iris Blue #18ADDA

Tints of Iris Blue #18ADDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.53%

R = 5.78%
G = 41.69%
B = 52.53%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#18ADDA (or 0x18ADDA) is known color: Iris Blue. HEX triplet: 18, AD and DA. RGB value is (24,173,218). Sum of RGB (Red+Green+Blue) = 24+173+218=415 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.78% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #18ADDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ADDA is #E75225. Grayscale: #858585. Windows color (decimal): -15159846 or 14331160. OLE color: 14331160.

HSL color Cylindrical-coordinate representation of color #18ADDA: hue angle of 193.92º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18ADDA is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 173 218 -
CMYK 0.89 0.21 0 0.15
HSL 193.92º 0.8% 0.47% -
HSV(B) 193.92º 0.89% 0.85% -
XYZ 27.98 35.14 71.64 -
YUV 133.58 175.64 49.84 -
System Red Green Blue C M Y K H S L
Decimal 24 173 218 0.89 0.21 0 0.15 193.92 0.8 0.47
Hex 18 AD DA 59 15 0 F C2 50 2F
Octal 30 255 332 131 25 0 17 302 120 57
Binary 11000 10101101 11011010 1011001 10101 0 1111 11000010 1010000 101111

Color Harmonies of #18ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ADDA

Black with #18ADDA

Text Example


Text Example

White with #18ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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