Html Css Color HEX #15BABF Iris Blue

📋 copy color: '#15BABF'

red 21 ◦ green 186 ◦ blue 191

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

Shades of Iris Blue #15BABF

Tints of Iris Blue #15BABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.73%

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

R = 5.28%
G = 46.73%
B = 47.99%

CMYK

 C value IS 0.89

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#15BABF (or 0x15BABF) is known color: Iris Blue. HEX triplet: 15, BA and BF. RGB value is (21,186,191). Sum of RGB (Red+Green+Blue) = 21+186+191=398 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.28% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #15BABF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BABF is #EA4540. Grayscale: #898989. Windows color (decimal): -15353153 or 12565013. OLE color: 12565013.

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

Color convert

RGB 21 186 191 -
CMYK 0.89 0.03 0 0.25
HSL 181.76º 0.8% 0.42% -
HSV(B) 181.76º 0.89% 0.75% -
XYZ 27.27 39.04 55.39 -
YUV 137.24 158.34 45.09 -
System Red Green Blue C M Y K H S L
Decimal 21 186 191 0.89 0.03 0 0.25 181.76 0.8 0.42
Hex 15 BA BF 59 3 0 19 B6 50 2A
Octal 25 272 277 131 3 0 31 266 120 52
Binary 10101 10111010 10111111 1011001 11 0 11001 10110110 1010000 101010

Color Harmonies of #15BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BABF

Black with #15BABF

Text Example


Text Example

White with #15BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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