Html Css Color HEX #15BFC0 Iris Blue

📋 copy color: '#15BFC0'

red 21 ◦ green 191 ◦ blue 192

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

Shades of Iris Blue #15BFC0

Tints of Iris Blue #15BFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.52%

R = 5.2%
G = 47.28%
B = 47.52%

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

#15BFC0 (or 0x15BFC0) is known color: Iris Blue. HEX triplet: 15, BF and C0. RGB value is (21,191,192). Sum of RGB (Red+Green+Blue) = 21+191+192=404 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.20% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #15BFC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BFC0 is #EA403F. Grayscale: #8C8C8C. Windows color (decimal): -15351872 or 12631829. OLE color: 12631829.

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

Color convert

RGB 21 191 192 -
CMYK 0.89 0.01 0 0.25
HSL 180.35º 0.8% 0.42% -
HSV(B) 180.35º 0.89% 0.75% -
XYZ 28.45 41.23 56.33 -
YUV 140.28 157.18 42.92 -
System Red Green Blue C M Y K H S L
Decimal 21 191 192 0.89 0.01 0 0.25 180.35 0.8 0.42
Hex 15 BF C0 59 1 0 19 B4 50 2A
Octal 25 277 300 131 1 0 31 264 120 52
Binary 10101 10111111 11000000 1011001 1 0 11001 10110100 1010000 101010

Color Harmonies of #15BFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BFC0

Black with #15BFC0

Text Example


Text Example

White with #15BFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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