Html Css Color HEX #18AECB Iris Blue

📋 copy color: '#18AECB'

red 24 ◦ green 174 ◦ blue 203

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

Shades of Iris Blue #18AECB

Tints of Iris Blue #18AECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.62%

R = 5.99%
G = 43.39%
B = 50.62%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#18AECB (or 0x18AECB) is known color: Iris Blue. HEX triplet: 18, AE and CB. RGB value is (24,174,203). Sum of RGB (Red+Green+Blue) = 24+174+203=401 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.99% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #18AECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AECB is #E75134. Grayscale: #848484. Windows color (decimal): -15159605 or 13348376. OLE color: 13348376.

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

Color convert

RGB 24 174 203 -
CMYK 0.88 0.14 0 0.20
HSL 189.72º 0.79% 0.45% -
HSV(B) 189.72º 0.88% 0.8% -
XYZ 26.29 34.78 61.83 -
YUV 132.46 167.81 50.64 -
System Red Green Blue C M Y K H S L
Decimal 24 174 203 0.88 0.14 0 0.20 189.72 0.79 0.45
Hex 18 AE CB 58 E 0 14 BE 4F 2D
Octal 30 256 313 130 16 0 24 276 117 55
Binary 11000 10101110 11001011 1011000 1110 0 10100 10111110 1001111 101101

Color Harmonies of #18AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AECB

Black with #18AECB

Text Example


Text Example

White with #18AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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