Html Css Color HEX #15ACBB Iris Blue

📋 copy color: '#15ACBB'

red 21 ◦ green 172 ◦ blue 187

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

Shades of Iris Blue #15ACBB

Tints of Iris Blue #15ACBB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.26%

 BLUE value IS 187 (73.44% from 255) = 49.21%

R = 5.53%
G = 45.26%
B = 49.21%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#15ACBB (or 0x15ACBB) is known color: Iris Blue. HEX triplet: 15, AC and BB. RGB value is (21,172,187). Sum of RGB (Red+Green+Blue) = 21+172+187=380 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.53% from 380); Green value is 172 (67.58% from 255 or 45.26% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #15ACBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15ACBB is #EA5344. Grayscale: #808080. Windows color (decimal): -15356741 or 12299285. OLE color: 12299285.

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

Color convert

RGB 21 172 187 -
CMYK 0.89 0.08 0 0.27
HSL 185.42º 0.8% 0.41% -
HSV(B) 185.42º 0.89% 0.73% -
XYZ 24.03 33.25 52.17 -
YUV 128.56 160.97 51.28 -
System Red Green Blue C M Y K H S L
Decimal 21 172 187 0.89 0.08 0 0.27 185.42 0.8 0.41
Hex 15 AC BB 59 8 0 1B B9 50 29
Octal 25 254 273 131 10 0 33 271 120 51
Binary 10101 10101100 10111011 1011001 1000 0 11011 10111001 1010000 101001

Color Harmonies of #15ACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15ACBB

Black with #15ACBB

Text Example


Text Example

White with #15ACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,172,187); }

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

background-color css

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

 a { background-color: rgb(21,172,187); }

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

border-color css

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

 span { border-color: rgb(21,172,187); }

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