Html Css Color HEX #18BFC6 Iris Blue

📋 copy color: '#18BFC6'

red 24 ◦ green 191 ◦ blue 198

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

Shades of Iris Blue #18BFC6

Tints of Iris Blue #18BFC6

RGB

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

 GREEN value IS 191 (75% from 255) = 46.25%

 BLUE value IS 198 (77.73% from 255) = 47.94%

R = 5.81%
G = 46.25%
B = 47.94%

CMYK

 C value IS 0.88

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#18BFC6 (or 0x18BFC6) is known color: Iris Blue. HEX triplet: 18, BF and C6. RGB value is (24,191,198). Sum of RGB (Red+Green+Blue) = 24+191+198=413 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.81% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 198 (77.73% from 255 or 47.94% from 413); Max value from RGB is 198 - color contains mainly: blue. Hex color #18BFC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BFC6 is #E74039. Grayscale: #8D8D8D. Windows color (decimal): -15155258 or 13025048. OLE color: 13025048.

HSL color Cylindrical-coordinate representation of color #18BFC6: hue angle of 182.41º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18BFC6 is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 24 191 198 -
CMYK 0.88 0.04 0 0.22
HSL 182.41º 0.78% 0.44% -
HSV(B) 182.41º 0.88% 0.78% -
XYZ 29.2 41.53 59.9 -
YUV 141.87 159.67 43.93 -
System Red Green Blue C M Y K H S L
Decimal 24 191 198 0.88 0.04 0 0.22 182.41 0.78 0.44
Hex 18 BF C6 58 4 0 16 B6 4E 2C
Octal 30 277 306 130 4 0 26 266 116 54
Binary 11000 10111111 11000110 1011000 100 0 10110 10110110 1001110 101100

Color Harmonies of #18BFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BFC6

Black with #18BFC6

Text Example


Text Example

White with #18BFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,191,198); }

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

background-color css

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

 a { background-color: rgb(24,191,198); }

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

border-color css

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

 span { border-color: rgb(24,191,198); }

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