Html Css Color HEX #15BDC0 Iris Blue

📋 copy color: '#15BDC0'

red 21 ◦ green 189 ◦ blue 192

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

Shades of Iris Blue #15BDC0

Tints of Iris Blue #15BDC0

RGB

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

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

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

R = 5.22%
G = 47.01%
B = 47.76%

CMYK

 C value IS 0.89

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#15BDC0 (or 0x15BDC0) is known color: Iris Blue. HEX triplet: 15, BD and C0. RGB value is (21,189,192). Sum of RGB (Red+Green+Blue) = 21+189+192=402 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.22% from 402); Green value is 189 (74.22% from 255 or 47.01% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #15BDC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BDC0 is #EA423F. Grayscale: #8A8A8A. Windows color (decimal): -15352384 or 12631317. OLE color: 12631317.

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

Color convert

RGB 21 189 192 -
CMYK 0.89 0.02 0 0.25
HSL 181.05º 0.8% 0.42% -
HSV(B) 181.05º 0.89% 0.75% -
XYZ 28.02 40.36 56.18 -
YUV 139.11 157.84 43.76 -
System Red Green Blue C M Y K H S L
Decimal 21 189 192 0.89 0.02 0 0.25 181.05 0.8 0.42
Hex 15 BD C0 59 2 0 19 B5 50 2A
Octal 25 275 300 131 2 0 31 265 120 52
Binary 10101 10111101 11000000 1011001 10 0 11001 10110101 1010000 101010

Color Harmonies of #15BDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BDC0

Black with #15BDC0

Text Example


Text Example

White with #15BDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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