Shades of Anakiwa #8BC5DD
Tints of Anakiwa #8BC5DD
RGB
CMYK
RGB Variations
Color information
#8BC5DD (or 0x8BC5DD) is known color: Anakiwa. HEX triplet: 8B, C5 and DD. RGB value is (139,197,221). Sum of RGB (Red+Green+Blue) = 139+197+221=557 (73% of max value = 765). Red value is 139 (54.69% from 255 or 24.96% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #8BC5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC5DD is #743A22. Grayscale: #B6B6B6. Windows color (decimal): -7617059 or 14534027. OLE color: 14534027.
HSL color Cylindrical-coordinate representation of color #8BC5DD: hue angle of 197.56º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BC5DD is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 197 | 221 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.13 |
| HSL | 197.56º | 0.55% | 0.71% | - |
| HSV(B) | 197.56º | 0.37% | 0.87% | - |
| XYZ | 43.66 | 50.64 | 75.88 | - |
| YUV | 182.39 | 149.78 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 197 | 221 | 0.37 | 0.11 | 0 | 0.13 | 197.56 | 0.55 | 0.71 |
| Hex | 8B | C5 | DD | 25 | B | 0 | D | C6 | 37 | 47 |
| Octal | 213 | 305 | 335 | 45 | 13 | 0 | 15 | 306 | 67 | 107 |
| Binary | 10001011 | 11000101 | 11011101 | 100101 | 1011 | 0 | 1101 | 11000110 | 110111 | 1000111 |
Color Harmonies of #8BC5DD
Complementary color
Monochromatic Colors of #8BC5DD
Black with #8BC5DD
Text Example
Text Example
White with #8BC5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC5DD; }
p { color: rgb(139,197,221); }
H1.HeaderClassName
{
color: #8BC5DD;
}
.AnyTagClassName
{
color: #8BC5DD;
}
</style>
background-color css
<style>
a { background-color: #8BC5DD; }
a { background-color: rgb(139,197,221); }
div.DivClassName
{
background-color: #8BC5DD;
}
.BgClassName
{
background-color: #8BC5DD;
}
</style>
border-color css
<style>
span { border-color: #8BC5DD; }
span { border-color: rgb(139,197,221); }
td.TdClassName
{
border-color: #8BC5DD;
}
.TagClassName
{
border-color: #8BC5DD;
}
</style>