Html Css Color HEX #18BBBF Iris Blue

📋 copy color: '#18BBBF'

red 24 ◦ green 187 ◦ blue 191

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

Shades of Iris Blue #18BBBF

Tints of Iris Blue #18BBBF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.52%

 BLUE value IS 191 (75% from 255) = 47.51%

R = 5.97%
G = 46.52%
B = 47.51%

CMYK

 C value IS 0.87

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#18BBBF (or 0x18BBBF) is known color: Iris Blue. HEX triplet: 18, BB and BF. RGB value is (24,187,191). Sum of RGB (Red+Green+Blue) = 24+187+191=402 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.97% from 402); Green value is 187 (73.44% from 255 or 46.52% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #18BBBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BBBF is #E74440. Grayscale: #8A8A8A. Windows color (decimal): -15156289 or 12565272. OLE color: 12565272.

HSL color Cylindrical-coordinate representation of color #18BBBF: hue angle of 181.44º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BBBF is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 187 191 -
CMYK 0.87 0.02 0 0.25
HSL 181.44º 0.78% 0.42% -
HSV(B) 181.44º 0.87% 0.75% -
XYZ 27.55 39.5 55.46 -
YUV 138.72 157.5 46.17 -
System Red Green Blue C M Y K H S L
Decimal 24 187 191 0.87 0.02 0 0.25 181.44 0.78 0.42
Hex 18 BB BF 57 2 0 19 B5 4E 2A
Octal 30 273 277 127 2 0 31 265 116 52
Binary 11000 10111011 10111111 1010111 10 0 11001 10110101 1001110 101010

Color Harmonies of #18BBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BBBF

Black with #18BBBF

Text Example


Text Example

White with #18BBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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