Html Css Color HEX #18ADD7 Iris Blue

📋 copy color: '#18ADD7'

red 24 ◦ green 173 ◦ blue 215

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

Shades of Iris Blue #18ADD7

Tints of Iris Blue #18ADD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 52.18%

R = 5.83%
G = 41.99%
B = 52.18%

CMYK

 C value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#18ADD7 (or 0x18ADD7) is known color: Iris Blue. HEX triplet: 18, AD and D7. RGB value is (24,173,215). Sum of RGB (Red+Green+Blue) = 24+173+215=412 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.83% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 215 (84.38% from 255 or 52.18% from 412); Max value from RGB is 215 - color contains mainly: blue. Hex color #18ADD7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ADD7 is #E75228. Grayscale: #848484. Windows color (decimal): -15159849 or 14134552. OLE color: 14134552.

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

Color convert

RGB 24 173 215 -
CMYK 0.89 0.20 0 0.16
HSL 193.19º 0.8% 0.47% -
HSV(B) 193.19º 0.89% 0.84% -
XYZ 27.59 34.99 69.59 -
YUV 133.24 174.14 50.08 -
System Red Green Blue C M Y K H S L
Decimal 24 173 215 0.89 0.20 0 0.16 193.19 0.8 0.47
Hex 18 AD D7 59 14 0 10 C1 50 2F
Octal 30 255 327 131 24 0 20 301 120 57
Binary 11000 10101101 11010111 1011001 10100 0 10000 11000001 1010000 101111

Color Harmonies of #18ADD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ADD7

Black with #18ADD7

Text Example


Text Example

White with #18ADD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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