Html Css Color HEX #18AECA Iris Blue

📋 copy color: '#18AECA'

red 24 ◦ green 174 ◦ blue 202

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

Shades of Iris Blue #18AECA

Tints of Iris Blue #18AECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.5%

R = 6%
G = 43.5%
B = 50.5%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#18AECA (or 0x18AECA) is known color: Iris Blue. HEX triplet: 18, AE and CA. RGB value is (24,174,202). Sum of RGB (Red+Green+Blue) = 24+174+202=400 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #18AECA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AECA is #E75135. Grayscale: #848484. Windows color (decimal): -15159606 or 13282840. OLE color: 13282840.

HSL color Cylindrical-coordinate representation of color #18AECA: hue angle of 189.44º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18AECA is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 24 174 202 -
CMYK 0.88 0.14 0 0.21
HSL 189.44º 0.79% 0.44% -
HSV(B) 189.44º 0.88% 0.79% -
XYZ 26.17 34.73 61.2 -
YUV 132.34 167.31 50.72 -
System Red Green Blue C M Y K H S L
Decimal 24 174 202 0.88 0.14 0 0.21 189.44 0.79 0.44
Hex 18 AE CA 58 E 0 15 BD 4F 2C
Octal 30 256 312 130 16 0 25 275 117 54
Binary 11000 10101110 11001010 1011000 1110 0 10101 10111101 1001111 101100

Color Harmonies of #18AECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AECA

Black with #18AECA

Text Example


Text Example

White with #18AECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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