Html Css Color HEX #15BDBF Iris Blue

📋 copy color: '#15BDBF'

red 21 ◦ green 189 ◦ blue 191

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

Shades of Iris Blue #15BDBF

Tints of Iris Blue #15BDBF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.13%

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

R = 5.24%
G = 47.13%
B = 47.63%

CMYK

 C value IS 0.89

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#15BDBF (or 0x15BDBF) is known color: Iris Blue. HEX triplet: 15, BD and BF. RGB value is (21,189,191). Sum of RGB (Red+Green+Blue) = 21+189+191=401 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.24% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #15BDBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BDBF is #EA4240. Grayscale: #8A8A8A. Windows color (decimal): -15352385 or 12565781. OLE color: 12565781.

HSL color Cylindrical-coordinate representation of color #15BDBF: hue angle of 180.71º 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 #15BDBF is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 189 191 -
CMYK 0.89 0.01 0 0.25
HSL 180.71º 0.8% 0.42% -
HSV(B) 180.71º 0.89% 0.75% -
XYZ 27.91 40.32 55.6 -
YUV 139 157.34 43.84 -
System Red Green Blue C M Y K H S L
Decimal 21 189 191 0.89 0.01 0 0.25 180.71 0.8 0.42
Hex 15 BD BF 59 1 0 19 B5 50 2A
Octal 25 275 277 131 1 0 31 265 120 52
Binary 10101 10111101 10111111 1011001 1 0 11001 10110101 1010000 101010

Color Harmonies of #15BDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BDBF

Black with #15BDBF

Text Example


Text Example

White with #15BDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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