Html Css Color HEX #18A9CE Iris Blue

📋 copy color: '#18A9CE'

red 24 ◦ green 169 ◦ blue 206

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

Shades of Iris Blue #18A9CE

Tints of Iris Blue #18A9CE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.36%

 BLUE value IS 206 (80.86% from 255) = 51.63%

R = 6.02%
G = 42.36%
B = 51.63%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#18A9CE (or 0x18A9CE) is known color: Iris Blue. HEX triplet: 18, A9 and CE. RGB value is (24,169,206). Sum of RGB (Red+Green+Blue) = 24+169+206=399 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.02% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #18A9CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A9CE is #E75631. Grayscale: #818181. Windows color (decimal): -15160882 or 13543704. OLE color: 13543704.

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

Color convert

RGB 24 169 206 -
CMYK 0.88 0.18 0 0.19
HSL 192.2º 0.79% 0.45% -
HSV(B) 192.2º 0.88% 0.81% -
XYZ 25.71 33.03 63.41 -
YUV 129.86 170.96 52.49 -
System Red Green Blue C M Y K H S L
Decimal 24 169 206 0.88 0.18 0 0.19 192.2 0.79 0.45
Hex 18 A9 CE 58 12 0 13 C0 4F 2D
Octal 30 251 316 130 22 0 23 300 117 55
Binary 11000 10101001 11001110 1011000 10010 0 10011 11000000 1001111 101101

Color Harmonies of #18A9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A9CE

Black with #18A9CE

Text Example


Text Example

White with #18A9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,169,206); }

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

background-color css

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

 a { background-color: rgb(24,169,206); }

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

border-color css

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

 span { border-color: rgb(24,169,206); }

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