Shades of Anakiwa #8BC5E6
Tints of Anakiwa #8BC5E6
RGB
CMYK
RGB Variations
Color information
#8BC5E6 (or 0x8BC5E6) is known color: Anakiwa. HEX triplet: 8B, C5 and E6. RGB value is (139,197,230). Sum of RGB (Red+Green+Blue) = 139+197+230=566 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.56% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 230 - color contains mainly: blue. Hex color #8BC5E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC5E6 is #743A19. Grayscale: #B7B7B7. Windows color (decimal): -7617050 or 15123851. OLE color: 15123851.
HSL color Cylindrical-coordinate representation of color #8BC5E6: hue angle of 201.76º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BC5E6 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 139 | 197 | 230 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.10 |
| HSL | 201.76º | 0.65% | 0.72% | - |
| HSV(B) | 201.76º | 0.4% | 0.9% | - |
| XYZ | 44.9 | 51.13 | 82.37 | - |
| YUV | 183.42 | 154.28 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 197 | 230 | 0.40 | 0.14 | 0 | 0.10 | 201.76 | 0.65 | 0.72 |
| Hex | 8B | C5 | E6 | 28 | E | 0 | A | CA | 41 | 48 |
| Octal | 213 | 305 | 346 | 50 | 16 | 0 | 12 | 312 | 101 | 110 |
| Binary | 10001011 | 11000101 | 11100110 | 101000 | 1110 | 0 | 1010 | 11001010 | 1000001 | 1001000 |
Color Harmonies of #8BC5E6
Complementary color
Monochromatic Colors of #8BC5E6
Black with #8BC5E6
Text Example
Text Example
White with #8BC5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC5E6; }
p { color: rgb(139,197,230); }
H1.HeaderClassName
{
color: #8BC5E6;
}
.AnyTagClassName
{
color: #8BC5E6;
}
</style>
background-color css
<style>
a { background-color: #8BC5E6; }
a { background-color: rgb(139,197,230); }
div.DivClassName
{
background-color: #8BC5E6;
}
.BgClassName
{
background-color: #8BC5E6;
}
</style>
border-color css
<style>
span { border-color: #8BC5E6; }
span { border-color: rgb(139,197,230); }
td.TdClassName
{
border-color: #8BC5E6;
}
.TagClassName
{
border-color: #8BC5E6;
}
</style>