Shades of Anakiwa #8BCCEF
Tints of Anakiwa #8BCCEF
RGB
CMYK
RGB Variations
Color information
#8BCCEF (or 0x8BCCEF) is known color: Anakiwa. HEX triplet: 8B, CC and EF. RGB value is (139,204,239). Sum of RGB (Red+Green+Blue) = 139+204+239=582 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.88% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #8BCCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCCEF is #743310. Grayscale: #BCBCBC. Windows color (decimal): -7615249 or 15715467. OLE color: 15715467.
HSL color Cylindrical-coordinate representation of color #8BCCEF: hue angle of 201º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BCCEF is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 204 | 239 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.06 |
| HSL | 201º | 0.76% | 0.74% | - |
| HSV(B) | 201º | 0.42% | 0.94% | - |
| XYZ | 47.82 | 54.91 | 89.74 | - |
| YUV | 188.56 | 156.47 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 204 | 239 | 0.42 | 0.15 | 0 | 0.06 | 201 | 0.76 | 0.74 |
| Hex | 8B | CC | EF | 2A | F | 0 | 6 | C9 | 4C | 4A |
| Octal | 213 | 314 | 357 | 52 | 17 | 0 | 6 | 311 | 114 | 112 |
| Binary | 10001011 | 11001100 | 11101111 | 101010 | 1111 | 0 | 110 | 11001001 | 1001100 | 1001010 |
Color Harmonies of #8BCCEF
Complementary color
Monochromatic Colors of #8BCCEF
Black with #8BCCEF
Text Example
Text Example
White with #8BCCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCCEF; }
p { color: rgb(139,204,239); }
H1.HeaderClassName
{
color: #8BCCEF;
}
.AnyTagClassName
{
color: #8BCCEF;
}
</style>
background-color css
<style>
a { background-color: #8BCCEF; }
a { background-color: rgb(139,204,239); }
div.DivClassName
{
background-color: #8BCCEF;
}
.BgClassName
{
background-color: #8BCCEF;
}
</style>
border-color css
<style>
span { border-color: #8BCCEF; }
span { border-color: rgb(139,204,239); }
td.TdClassName
{
border-color: #8BCCEF;
}
.TagClassName
{
border-color: #8BCCEF;
}
</style>