Html Css Color HEX #18AED6 Iris Blue

📋 copy color: '#18AED6'

red 24 ◦ green 174 ◦ blue 214

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

Shades of Iris Blue #18AED6

Tints of Iris Blue #18AED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 51.94%

R = 5.83%
G = 42.23%
B = 51.94%

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

#18AED6 (or 0x18AED6) is known color: Iris Blue. HEX triplet: 18, AE and D6. RGB value is (24,174,214). Sum of RGB (Red+Green+Blue) = 24+174+214=412 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.83% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 214 (83.98% from 255 or 51.94% from 412); Max value from RGB is 214 - color contains mainly: blue. Hex color #18AED6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AED6 is #E75129. Grayscale: #858585. Windows color (decimal): -15159594 or 14069272. OLE color: 14069272.

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

Color convert

RGB 24 174 214 -
CMYK 0.89 0.19 0 0.16
HSL 192.63º 0.8% 0.47% -
HSV(B) 192.63º 0.89% 0.84% -
XYZ 27.65 35.32 68.98 -
YUV 133.71 173.31 49.75 -
System Red Green Blue C M Y K H S L
Decimal 24 174 214 0.89 0.19 0 0.16 192.63 0.8 0.47
Hex 18 AE D6 59 13 0 10 C1 50 2F
Octal 30 256 326 131 23 0 20 301 120 57
Binary 11000 10101110 11010110 1011001 10011 0 10000 11000001 1010000 101111

Color Harmonies of #18AED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AED6

Black with #18AED6

Text Example


Text Example

White with #18AED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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