Html Css Color HEX #18AED7 Iris Blue

📋 copy color: '#18AED7'

red 24 ◦ green 174 ◦ blue 215

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

Shades of Iris Blue #18AED7

Tints of Iris Blue #18AED7

RGB

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

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

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

R = 5.81%
G = 42.13%
B = 52.06%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#18AED7 (or 0x18AED7) is known color: Iris Blue. HEX triplet: 18, AE and D7. RGB value is (24,174,215). Sum of RGB (Red+Green+Blue) = 24+174+215=413 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.81% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 215 (84.38% from 255 or 52.06% from 413); Max value from RGB is 215 - color contains mainly: blue. Hex color #18AED7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AED7 is #E75128. Grayscale: #858585. Windows color (decimal): -15159593 or 14134808. OLE color: 14134808.

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

Color convert

RGB 24 174 215 -
CMYK 0.89 0.19 0 0.16
HSL 192.88º 0.8% 0.47% -
HSV(B) 192.88º 0.89% 0.84% -
XYZ 27.78 35.37 69.65 -
YUV 133.82 173.81 49.67 -
System Red Green Blue C M Y K H S L
Decimal 24 174 215 0.89 0.19 0 0.16 192.88 0.8 0.47
Hex 18 AE D7 59 13 0 10 C1 50 2F
Octal 30 256 327 131 23 0 20 301 120 57
Binary 11000 10101110 11010111 1011001 10011 0 10000 11000001 1010000 101111

Color Harmonies of #18AED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AED7

Black with #18AED7

Text Example


Text Example

White with #18AED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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