#15AFBB

Color #15AFBB Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #15AFBB

Tints of Iris Blue #15AFBB

Color information

#15AFBB (or 0x15AFBB) is unknown color: approx Iris Blue. HEX triplet: 15, AF and BB. RGB value is (21,175,187). Sum of RGB (Red+Green+Blue) = 21+175+187=383 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.48% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #15AFBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AFBB is #EA5044. Grayscale: #828282. Windows color (decimal): -15355973 or 12300053. OLE color: 12300053.

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

Color convert

RGB21175187-
CMYK0.890.0600.27
HSL184.34º79.81%40.78%-
HSV(B)184.34º88.77%73.33%-
XYZ24.6134.4152.36-
YUV130.32159.9850.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.48%
GREEN value IS 175 (68.75% from 255) = 45.69%
BLUE value IS 187 (73.44% from 255) = 48.83%
R=5.48%
G=45.69%
B=48.83%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal211751870.890.0600.27184.3479.8140.78
Hex15AFBB59601Bb85029
Octal25257273131603327012051
Binary1010110101111101110111011001110011011101110001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #15AFBB;
 }
 .AnyTagClassName
 {
   color: #15AFBB;
 }
</style>
background-color css

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

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

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

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

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

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