Html Css Color HEX #15ACBC Iris Blue

📋 copy color: '#15ACBC'

red 21 ◦ green 172 ◦ blue 188

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

Shades of Iris Blue #15ACBC

Tints of Iris Blue #15ACBC

RGB

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

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

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

R = 5.51%
G = 45.14%
B = 49.34%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#15ACBC (or 0x15ACBC) is known color: Iris Blue. HEX triplet: 15, AC and BC. RGB value is (21,172,188). Sum of RGB (Red+Green+Blue) = 21+172+188=381 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.51% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #15ACBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15ACBC is #EA5343. Grayscale: #808080. Windows color (decimal): -15356740 or 12364821. OLE color: 12364821.

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

Color convert

RGB 21 172 188 -
CMYK 0.89 0.09 0 0.26
HSL 185.75º 0.8% 0.41% -
HSV(B) 185.75º 0.89% 0.74% -
XYZ 24.14 33.3 52.73 -
YUV 128.68 161.47 51.2 -
System Red Green Blue C M Y K H S L
Decimal 21 172 188 0.89 0.09 0 0.26 185.75 0.8 0.41
Hex 15 AC BC 59 9 0 1A BA 50 29
Octal 25 254 274 131 11 0 32 272 120 51
Binary 10101 10101100 10111100 1011001 1001 0 11010 10111010 1010000 101001

Color Harmonies of #15ACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15ACBC

Black with #15ACBC

Text Example


Text Example

White with #15ACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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