Html Css Color HEX #15BFC3 Iris Blue

📋 copy color: '#15BFC3'

red 21 ◦ green 191 ◦ blue 195

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

Shades of Iris Blue #15BFC3

Tints of Iris Blue #15BFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 47.91%

R = 5.16%
G = 46.93%
B = 47.91%

CMYK

 C value IS 0.89

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#15BFC3 (or 0x15BFC3) is known color: Iris Blue. HEX triplet: 15, BF and C3. RGB value is (21,191,195). Sum of RGB (Red+Green+Blue) = 21+191+195=407 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.16% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 195 (76.56% from 255 or 47.91% from 407); Max value from RGB is 195 - color contains mainly: blue. Hex color #15BFC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BFC3 is #EA403C. Grayscale: #8C8C8C. Windows color (decimal): -15351869 or 12828437. OLE color: 12828437.

HSL color Cylindrical-coordinate representation of color #15BFC3: hue angle of 181.38º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BFC3 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 21 191 195 -
CMYK 0.89 0.02 0 0.24
HSL 181.38º 0.81% 0.42% -
HSV(B) 181.38º 0.89% 0.76% -
XYZ 28.79 41.36 58.1 -
YUV 140.63 158.68 42.67 -
System Red Green Blue C M Y K H S L
Decimal 21 191 195 0.89 0.02 0 0.24 181.38 0.81 0.42
Hex 15 BF C3 59 2 0 18 B5 51 2A
Octal 25 277 303 131 2 0 30 265 121 52
Binary 10101 10111111 11000011 1011001 10 0 11000 10110101 1010001 101010

Color Harmonies of #15BFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BFC3

Black with #15BFC3

Text Example


Text Example

White with #15BFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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