Html Css Color HEX #15B5BC Iris Blue

📋 copy color: '#15B5BC'

red 21 ◦ green 181 ◦ blue 188

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

Shades of Iris Blue #15B5BC

Tints of Iris Blue #15B5BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.21%

R = 5.38%
G = 46.41%
B = 48.21%

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

#15B5BC (or 0x15B5BC) is known color: Iris Blue. HEX triplet: 15, B5 and BC. RGB value is (21,181,188). Sum of RGB (Red+Green+Blue) = 21+181+188=390 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.38% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #15B5BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15B5BC is #EA4A43. Grayscale: #858585. Windows color (decimal): -15354436 or 12367125. OLE color: 12367125.

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

Color convert

RGB 21 181 188 -
CMYK 0.89 0.04 0 0.26
HSL 182.52º 0.8% 0.41% -
HSV(B) 182.52º 0.89% 0.74% -
XYZ 25.91 36.84 53.32 -
YUV 133.96 158.49 47.43 -
System Red Green Blue C M Y K H S L
Decimal 21 181 188 0.89 0.04 0 0.26 182.52 0.8 0.41
Hex 15 B5 BC 59 4 0 1A B7 50 29
Octal 25 265 274 131 4 0 32 267 120 51
Binary 10101 10110101 10111100 1011001 100 0 11010 10110111 1010000 101001

Color Harmonies of #15B5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15B5BC

Black with #15B5BC

Text Example


Text Example

White with #15B5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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