Html Css Color HEX #18ACDA Iris Blue

📋 copy color: '#18ACDA'

red 24 ◦ green 172 ◦ blue 218

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

Shades of Iris Blue #18ACDA

Tints of Iris Blue #18ACDA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.55%

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

R = 5.8%
G = 41.55%
B = 52.66%

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

#18ACDA (or 0x18ACDA) is known color: Iris Blue. HEX triplet: 18, AC and DA. RGB value is (24,172,218). Sum of RGB (Red+Green+Blue) = 24+172+218=414 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.80% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #18ACDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ACDA is #E75325. Grayscale: #848484. Windows color (decimal): -15160102 or 14330904. OLE color: 14330904.

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

Color convert

RGB 24 172 218 -
CMYK 0.89 0.21 0 0.15
HSL 194.23º 0.8% 0.47% -
HSV(B) 194.23º 0.89% 0.85% -
XYZ 27.78 34.76 71.57 -
YUV 132.99 175.97 50.26 -
System Red Green Blue C M Y K H S L
Decimal 24 172 218 0.89 0.21 0 0.15 194.23 0.8 0.47
Hex 18 AC DA 59 15 0 F C2 50 2F
Octal 30 254 332 131 25 0 17 302 120 57
Binary 11000 10101100 11011010 1011001 10101 0 1111 11000010 1010000 101111

Color Harmonies of #18ACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ACDA

Black with #18ACDA

Text Example


Text Example

White with #18ACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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