Shades of Anakiwa #87C3DF
Tints of Anakiwa #87C3DF
RGB
CMYK
RGB Variations
Color information
#87C3DF (or 0x87C3DF) is known color: Anakiwa. HEX triplet: 87, C3 and DF. RGB value is (135,195,223). Sum of RGB (Red+Green+Blue) = 135+195+223=553 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.41% from 553); Green value is 195 (76.56% from 255 or 35.26% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #87C3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C3DF is #783C20. Grayscale: #B4B4B4. Windows color (decimal): -7879713 or 14664583. OLE color: 14664583.
HSL color Cylindrical-coordinate representation of color #87C3DF: hue angle of 199.09º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87C3DF is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 195 | 223 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.13 |
| HSL | 199.09º | 0.58% | 0.7% | - |
| HSV(B) | 199.09º | 0.39% | 0.87% | - |
| XYZ | 42.83 | 49.51 | 77.11 | - |
| YUV | 180.25 | 152.12 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 195 | 223 | 0.39 | 0.13 | 0 | 0.13 | 199.09 | 0.58 | 0.7 |
| Hex | 87 | C3 | DF | 27 | D | 0 | D | C7 | 3A | 46 |
| Octal | 207 | 303 | 337 | 47 | 15 | 0 | 15 | 307 | 72 | 106 |
| Binary | 10000111 | 11000011 | 11011111 | 100111 | 1101 | 0 | 1101 | 11000111 | 111010 | 1000110 |
Color Harmonies of #87C3DF
Complementary color
Monochromatic Colors of #87C3DF
Black with #87C3DF
Text Example
Text Example
White with #87C3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C3DF; }
p { color: rgb(135,195,223); }
H1.HeaderClassName
{
color: #87C3DF;
}
.AnyTagClassName
{
color: #87C3DF;
}
</style>
background-color css
<style>
a { background-color: #87C3DF; }
a { background-color: rgb(135,195,223); }
div.DivClassName
{
background-color: #87C3DF;
}
.BgClassName
{
background-color: #87C3DF;
}
</style>
border-color css
<style>
span { border-color: #87C3DF; }
span { border-color: rgb(135,195,223); }
td.TdClassName
{
border-color: #87C3DF;
}
.TagClassName
{
border-color: #87C3DF;
}
</style>