Html Css Color HEX #18B2C1 Iris Blue

📋 copy color: '#18B2C1'

red 24 ◦ green 178 ◦ blue 193

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

Shades of Iris Blue #18B2C1

Tints of Iris Blue #18B2C1

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.06%

 BLUE value IS 193 (75.78% from 255) = 48.86%

R = 6.08%
G = 45.06%
B = 48.86%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#18B2C1 (or 0x18B2C1) is known color: Iris Blue. HEX triplet: 18, B2 and C1. RGB value is (24,178,193). Sum of RGB (Red+Green+Blue) = 24+178+193=395 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.08% from 395); Green value is 178 (69.92% from 255 or 45.06% from 395); Blue value is 193 (75.78% from 255 or 48.86% from 395); Max value from RGB is 193 - color contains mainly: blue. Hex color #18B2C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18B2C1 is #E74D3E. Grayscale: #858585. Windows color (decimal): -15158591 or 12694040. OLE color: 12694040.

HSL color Cylindrical-coordinate representation of color #18B2C1: hue angle of 185.33º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18B2C1 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 24 178 193 -
CMYK 0.88 0.08 0 0.24
HSL 185.33º 0.78% 0.43% -
HSV(B) 185.33º 0.88% 0.76% -
XYZ 25.92 35.89 56.01 -
YUV 133.66 161.48 49.78 -
System Red Green Blue C M Y K H S L
Decimal 24 178 193 0.88 0.08 0 0.24 185.33 0.78 0.43
Hex 18 B2 C1 58 8 0 18 B9 4E 2B
Octal 30 262 301 130 10 0 30 271 116 53
Binary 11000 10110010 11000001 1011000 1000 0 11000 10111001 1001110 101011

Color Harmonies of #18B2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B2C1

Black with #18B2C1

Text Example


Text Example

White with #18B2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,178,193); }

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

background-color css

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

 a { background-color: rgb(24,178,193); }

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

border-color css

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

 span { border-color: rgb(24,178,193); }

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