Shades of Anakiwa #8BDBE8
Tints of Anakiwa #8BDBE8
RGB
CMYK
RGB Variations
Color information
#8BDBE8 (or 0x8BDBE8) is known color: Anakiwa. HEX triplet: 8B, DB and E8. RGB value is (139,219,232). Sum of RGB (Red+Green+Blue) = 139+219+232=590 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.56% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 232 (91.02% from 255 or 39.32% from 590); Max value from RGB is 232 - color contains mainly: blue. Hex color #8BDBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDBE8 is #742417. Grayscale: #C4C4C4. Windows color (decimal): -7611416 or 15260555. OLE color: 15260555.
HSL color Cylindrical-coordinate representation of color #8BDBE8: hue angle of 188.39º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BDBE8 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 219 | 232 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.09 |
| HSL | 188.39º | 0.67% | 0.73% | - |
| HSV(B) | 188.39º | 0.4% | 0.91% | - |
| XYZ | 50.54 | 61.98 | 85.64 | - |
| YUV | 196.56 | 148 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 232 | 0.40 | 0.06 | 0 | 0.09 | 188.39 | 0.67 | 0.73 |
| Hex | 8B | DB | E8 | 28 | 6 | 0 | 9 | BC | 43 | 49 |
| Octal | 213 | 333 | 350 | 50 | 6 | 0 | 11 | 274 | 103 | 111 |
| Binary | 10001011 | 11011011 | 11101000 | 101000 | 110 | 0 | 1001 | 10111100 | 1000011 | 1001001 |
Color Harmonies of #8BDBE8
Complementary color
Monochromatic Colors of #8BDBE8
Black with #8BDBE8
Text Example
Text Example
White with #8BDBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDBE8; }
p { color: rgb(139,219,232); }
H1.HeaderClassName
{
color: #8BDBE8;
}
.AnyTagClassName
{
color: #8BDBE8;
}
</style>
background-color css
<style>
a { background-color: #8BDBE8; }
a { background-color: rgb(139,219,232); }
div.DivClassName
{
background-color: #8BDBE8;
}
.BgClassName
{
background-color: #8BDBE8;
}
</style>
border-color css
<style>
span { border-color: #8BDBE8; }
span { border-color: rgb(139,219,232); }
td.TdClassName
{
border-color: #8BDBE8;
}
.TagClassName
{
border-color: #8BDBE8;
}
</style>