Html Css Color HEX #15BDC1 Iris Blue

📋 copy color: '#15BDC1'

red 21 ◦ green 189 ◦ blue 193

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

Shades of Iris Blue #15BDC1

Tints of Iris Blue #15BDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 47.89%

R = 5.21%
G = 46.9%
B = 47.89%

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

#15BDC1 (or 0x15BDC1) is known color: Iris Blue. HEX triplet: 15, BD and C1. RGB value is (21,189,193). Sum of RGB (Red+Green+Blue) = 21+189+193=403 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.21% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 193 - color contains mainly: blue. Hex color #15BDC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BDC1 is #EA423E. Grayscale: #8B8B8B. Windows color (decimal): -15352383 or 12696853. OLE color: 12696853.

HSL color Cylindrical-coordinate representation of color #15BDC1: hue angle of 181.4º degrees, saturation: 0.8, 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 #15BDC1 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 21 189 193 -
CMYK 0.89 0.02 0 0.24
HSL 181.4º 0.8% 0.42% -
HSV(B) 181.4º 0.89% 0.76% -
XYZ 28.13 40.4 56.77 -
YUV 139.22 158.34 43.67 -
System Red Green Blue C M Y K H S L
Decimal 21 189 193 0.89 0.02 0 0.24 181.4 0.8 0.42
Hex 15 BD C1 59 2 0 18 B5 50 2A
Octal 25 275 301 131 2 0 30 265 120 52
Binary 10101 10111101 11000001 1011001 10 0 11000 10110101 1010000 101010

Color Harmonies of #15BDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BDC1

Black with #15BDC1

Text Example


Text Example

White with #15BDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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