Html Css Color HEX #15B5BD Iris Blue

📋 copy color: '#15B5BD'

red 21 ◦ green 181 ◦ blue 189

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

Shades of Iris Blue #15B5BD

Tints of Iris Blue #15B5BD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.29%

 BLUE value IS 189 (74.22% from 255) = 48.34%

R = 5.37%
G = 46.29%
B = 48.34%

CMYK

 C value IS 0.89

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#15B5BD (or 0x15B5BD) is known color: Iris Blue. HEX triplet: 15, B5 and BD. RGB value is (21,181,189). Sum of RGB (Red+Green+Blue) = 21+181+189=391 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.37% from 391); Green value is 181 (71.09% from 255 or 46.29% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #15B5BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15B5BD is #EA4A42. Grayscale: #858585. Windows color (decimal): -15354435 or 12432661. OLE color: 12432661.

HSL color Cylindrical-coordinate representation of color #15B5BD: hue angle of 182.86º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15B5BD is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 21 181 189 -
CMYK 0.89 0.04 0 0.26
HSL 182.86º 0.8% 0.41% -
HSV(B) 182.86º 0.89% 0.74% -
XYZ 26.02 36.88 53.89 -
YUV 134.07 158.99 47.35 -
System Red Green Blue C M Y K H S L
Decimal 21 181 189 0.89 0.04 0 0.26 182.86 0.8 0.41
Hex 15 B5 BD 59 4 0 1A B7 50 29
Octal 25 265 275 131 4 0 32 267 120 51
Binary 10101 10110101 10111101 1011001 100 0 11010 10110111 1010000 101001

Color Harmonies of #15B5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15B5BD

Black with #15B5BD

Text Example


Text Example

White with #15B5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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