Html Css Color HEX #15BFBF Iris Blue

📋 copy color: '#15BFBF'

red 21 ◦ green 191 ◦ blue 191

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

Shades of Iris Blue #15BFBF

Tints of Iris Blue #15BFBF

RGB

 RED value IS 21 (8.59% from 255) = 5.21%

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

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

R = 5.21%
G = 47.39%
B = 47.39%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#15BFBF (or 0x15BFBF) is known color: Iris Blue. HEX triplet: 15, BF and BF. RGB value is (21,191,191). Sum of RGB (Red+Green+Blue) = 21+191+191=403 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.21% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #15BFBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BFBF is #EA4040. Grayscale: #8C8C8C. Windows color (decimal): -15351873 or 12566293. OLE color: 12566293.

HSL color Cylindrical-coordinate representation of color #15BFBF: hue angle of 180º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BFBF is Cyan = 0.89, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 191 191 -
CMYK 0.89 0 0 0.25
HSL 180º 0.8% 0.42% -
HSV(B) 180º 0.89% 0.75% -
XYZ 28.34 41.18 55.75 -
YUV 140.17 156.68 43 -
System Red Green Blue C M Y K H S L
Decimal 21 191 191 0.89 0 0 0.25 180 0.8 0.42
Hex 15 BF BF 59 0 0 19 B4 50 2A
Octal 25 277 277 131 0 0 31 264 120 52
Binary 10101 10111111 10111111 1011001 0 0 11001 10110100 1010000 101010

Color Harmonies of #15BFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BFBF

Black with #15BFBF

Text Example


Text Example

White with #15BFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15BFBF; }

 p { color: rgb(21,191,191); }

 H1.HeaderClassName
 {
   color: #15BFBF;
 }
 .AnyTagClassName
 {
   color: #15BFBF;
 }
</style>

background-color css

<style>
 a { background-color: #15BFBF; }

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

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

border-color css

<style>
 span { border-color: #15BFBF; }

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

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