Html Css Color HEX #18AECF Iris Blue

📋 copy color: '#18AECF'

red 24 ◦ green 174 ◦ blue 207

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

Shades of Iris Blue #18AECF

Tints of Iris Blue #18AECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.11%

R = 5.93%
G = 42.96%
B = 51.11%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#18AECF (or 0x18AECF) is known color: Iris Blue. HEX triplet: 18, AE and CF. RGB value is (24,174,207). Sum of RGB (Red+Green+Blue) = 24+174+207=405 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.93% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #18AECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AECF is #E75130. Grayscale: #848484. Windows color (decimal): -15159601 or 13610520. OLE color: 13610520.

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

Color convert

RGB 24 174 207 -
CMYK 0.88 0.16 0 0.19
HSL 190.82º 0.79% 0.45% -
HSV(B) 190.82º 0.88% 0.81% -
XYZ 26.78 34.97 64.37 -
YUV 132.91 169.81 50.32 -
System Red Green Blue C M Y K H S L
Decimal 24 174 207 0.88 0.16 0 0.19 190.82 0.79 0.45
Hex 18 AE CF 58 10 0 13 BF 4F 2D
Octal 30 256 317 130 20 0 23 277 117 55
Binary 11000 10101110 11001111 1011000 10000 0 10011 10111111 1001111 101101

Color Harmonies of #18AECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AECF

Black with #18AECF

Text Example


Text Example

White with #18AECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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