Html Css Color HEX #18B9C9 Iris Blue

📋 copy color: '#18B9C9'

red 24 ◦ green 185 ◦ blue 201

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

Shades of Iris Blue #18B9C9

Tints of Iris Blue #18B9C9

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.12%

 BLUE value IS 201 (78.91% from 255) = 49.02%

R = 5.85%
G = 45.12%
B = 49.02%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#18B9C9 (or 0x18B9C9) is known color: Iris Blue. HEX triplet: 18, B9 and C9. RGB value is (24,185,201). Sum of RGB (Red+Green+Blue) = 24+185+201=410 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.85% from 410); Green value is 185 (72.66% from 255 or 45.12% from 410); Blue value is 201 (78.91% from 255 or 49.02% from 410); Max value from RGB is 201 - color contains mainly: blue. Hex color #18B9C9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18B9C9 is #E74636. Grayscale: #8A8A8A. Windows color (decimal): -15156791 or 13220120. OLE color: 13220120.

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

Color convert

RGB 24 185 201 -
CMYK 0.88 0.08 0 0.21
HSL 185.42º 0.79% 0.44% -
HSV(B) 185.42º 0.88% 0.79% -
XYZ 28.27 39.11 61.32 -
YUV 138.69 163.16 46.2 -
System Red Green Blue C M Y K H S L
Decimal 24 185 201 0.88 0.08 0 0.21 185.42 0.79 0.44
Hex 18 B9 C9 58 8 0 15 B9 4F 2C
Octal 30 271 311 130 10 0 25 271 117 54
Binary 11000 10111001 11001001 1011000 1000 0 10101 10111001 1001111 101100

Color Harmonies of #18B9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B9C9

Black with #18B9C9

Text Example


Text Example

White with #18B9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,185,201); }

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

background-color css

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

 a { background-color: rgb(24,185,201); }

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

border-color css

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

 span { border-color: rgb(24,185,201); }

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