Shades of Anakiwa #8BCFEE
Tints of Anakiwa #8BCFEE
RGB
CMYK
RGB Variations
Color information
#8BCFEE (or 0x8BCFEE) is known color: Anakiwa. HEX triplet: 8B, CF and EE. RGB value is (139,207,238). Sum of RGB (Red+Green+Blue) = 139+207+238=584 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.80% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BCFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCFEE is #743011. Grayscale: #BEBEBE. Windows color (decimal): -7614482 or 15650699. OLE color: 15650699.
HSL color Cylindrical-coordinate representation of color #8BCFEE: hue angle of 198.79º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BCFEE is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 207 | 238 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.07 |
| HSL | 198.79º | 0.74% | 0.74% | - |
| HSV(B) | 198.79º | 0.42% | 0.93% | - |
| XYZ | 48.39 | 56.29 | 89.2 | - |
| YUV | 190.2 | 154.97 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 207 | 238 | 0.42 | 0.13 | 0 | 0.07 | 198.79 | 0.74 | 0.74 |
| Hex | 8B | CF | EE | 2A | D | 0 | 7 | C7 | 4A | 4A |
| Octal | 213 | 317 | 356 | 52 | 15 | 0 | 7 | 307 | 112 | 112 |
| Binary | 10001011 | 11001111 | 11101110 | 101010 | 1101 | 0 | 111 | 11000111 | 1001010 | 1001010 |
Color Harmonies of #8BCFEE
Complementary color
Monochromatic Colors of #8BCFEE
Black with #8BCFEE
Text Example
Text Example
White with #8BCFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCFEE; }
p { color: rgb(139,207,238); }
H1.HeaderClassName
{
color: #8BCFEE;
}
.AnyTagClassName
{
color: #8BCFEE;
}
</style>
background-color css
<style>
a { background-color: #8BCFEE; }
a { background-color: rgb(139,207,238); }
div.DivClassName
{
background-color: #8BCFEE;
}
.BgClassName
{
background-color: #8BCFEE;
}
</style>
border-color css
<style>
span { border-color: #8BCFEE; }
span { border-color: rgb(139,207,238); }
td.TdClassName
{
border-color: #8BCFEE;
}
.TagClassName
{
border-color: #8BCFEE;
}
</style>