Shades of Anakiwa #8BDBE5
Tints of Anakiwa #8BDBE5
RGB
CMYK
RGB Variations
Color information
#8BDBE5 (or 0x8BDBE5) is known color: Anakiwa. HEX triplet: 8B, DB and E5. RGB value is (139,219,229). Sum of RGB (Red+Green+Blue) = 139+219+229=587 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.68% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 229 (89.84% from 255 or 39.01% from 587); Max value from RGB is 229 - color contains mainly: blue. Hex color #8BDBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDBE5 is #74241A. Grayscale: #C4C4C4. Windows color (decimal): -7611419 or 15063947. OLE color: 15063947.
HSL color Cylindrical-coordinate representation of color #8BDBE5: hue angle of 186.67º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BDBE5 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 139 | 219 | 229 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.10 |
| HSL | 186.67º | 0.63% | 0.72% | - |
| HSV(B) | 186.67º | 0.39% | 0.9% | - |
| XYZ | 50.12 | 61.81 | 83.42 | - |
| YUV | 196.22 | 146.5 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 229 | 0.39 | 0.04 | 0 | 0.10 | 186.67 | 0.63 | 0.72 |
| Hex | 8B | DB | E5 | 27 | 4 | 0 | A | BB | 3F | 48 |
| Octal | 213 | 333 | 345 | 47 | 4 | 0 | 12 | 273 | 77 | 110 |
| Binary | 10001011 | 11011011 | 11100101 | 100111 | 100 | 0 | 1010 | 10111011 | 111111 | 1001000 |
Color Harmonies of #8BDBE5
Complementary color
Monochromatic Colors of #8BDBE5
Black with #8BDBE5
Text Example
Text Example
White with #8BDBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDBE5; }
p { color: rgb(139,219,229); }
H1.HeaderClassName
{
color: #8BDBE5;
}
.AnyTagClassName
{
color: #8BDBE5;
}
</style>
background-color css
<style>
a { background-color: #8BDBE5; }
a { background-color: rgb(139,219,229); }
div.DivClassName
{
background-color: #8BDBE5;
}
.BgClassName
{
background-color: #8BDBE5;
}
</style>
border-color css
<style>
span { border-color: #8BDBE5; }
span { border-color: rgb(139,219,229); }
td.TdClassName
{
border-color: #8BDBE5;
}
.TagClassName
{
border-color: #8BDBE5;
}
</style>