Shades of Anakiwa #8BCFED
Tints of Anakiwa #8BCFED
RGB
CMYK
RGB Variations
Color information
#8BCFED (or 0x8BCFED) is known color: Anakiwa. HEX triplet: 8B, CF and ED. RGB value is (139,207,237). Sum of RGB (Red+Green+Blue) = 139+207+237=583 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.84% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #8BCFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCFED is #743012. Grayscale: #BDBDBD. Windows color (decimal): -7614483 or 15585163. OLE color: 15585163.
HSL color Cylindrical-coordinate representation of color #8BCFED: hue angle of 198.37º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BCFED is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 207 | 237 | - |
| CMYK | 0.41 | 0.13 | 0 | 0.07 |
| HSL | 198.37º | 0.73% | 0.74% | - |
| HSV(B) | 198.37º | 0.41% | 0.93% | - |
| XYZ | 48.25 | 56.23 | 88.43 | - |
| YUV | 190.09 | 154.47 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 207 | 237 | 0.41 | 0.13 | 0 | 0.07 | 198.37 | 0.73 | 0.74 |
| Hex | 8B | CF | ED | 29 | D | 0 | 7 | C6 | 49 | 4A |
| Octal | 213 | 317 | 355 | 51 | 15 | 0 | 7 | 306 | 111 | 112 |
| Binary | 10001011 | 11001111 | 11101101 | 101001 | 1101 | 0 | 111 | 11000110 | 1001001 | 1001010 |
Color Harmonies of #8BCFED
Complementary color
Monochromatic Colors of #8BCFED
Black with #8BCFED
Text Example
Text Example
White with #8BCFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCFED; }
p { color: rgb(139,207,237); }
H1.HeaderClassName
{
color: #8BCFED;
}
.AnyTagClassName
{
color: #8BCFED;
}
</style>
background-color css
<style>
a { background-color: #8BCFED; }
a { background-color: rgb(139,207,237); }
div.DivClassName
{
background-color: #8BCFED;
}
.BgClassName
{
background-color: #8BCFED;
}
</style>
border-color css
<style>
span { border-color: #8BCFED; }
span { border-color: rgb(139,207,237); }
td.TdClassName
{
border-color: #8BCFED;
}
.TagClassName
{
border-color: #8BCFED;
}
</style>