Shades of Anakiwa #88BFE0
Tints of Anakiwa #88BFE0
RGB
CMYK
RGB Variations
Color information
#88BFE0 (or 0x88BFE0) is known color: Anakiwa. HEX triplet: 88, BF and E0. RGB value is (136,191,224). Sum of RGB (Red+Green+Blue) = 136+191+224=551 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.68% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 224 - color contains mainly: blue. Hex color #88BFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BFE0 is #77401F. Grayscale: #B2B2B2. Windows color (decimal): -7815200 or 14729096. OLE color: 14729096.
HSL color Cylindrical-coordinate representation of color #88BFE0: hue angle of 202.5º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88BFE0 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 191 | 224 | - |
| CMYK | 0.39 | 0.15 | 0 | 0.12 |
| HSL | 202.5º | 0.59% | 0.71% | - |
| HSV(B) | 202.5º | 0.39% | 0.88% | - |
| XYZ | 42.24 | 47.88 | 77.54 | - |
| YUV | 178.32 | 153.78 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 191 | 224 | 0.39 | 0.15 | 0 | 0.12 | 202.5 | 0.59 | 0.71 |
| Hex | 88 | BF | E0 | 27 | F | 0 | C | CA | 3B | 47 |
| Octal | 210 | 277 | 340 | 47 | 17 | 0 | 14 | 312 | 73 | 107 |
| Binary | 10001000 | 10111111 | 11100000 | 100111 | 1111 | 0 | 1100 | 11001010 | 111011 | 1000111 |
Color Harmonies of #88BFE0
Complementary color
Monochromatic Colors of #88BFE0
Black with #88BFE0
Text Example
Text Example
White with #88BFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BFE0; }
p { color: rgb(136,191,224); }
H1.HeaderClassName
{
color: #88BFE0;
}
.AnyTagClassName
{
color: #88BFE0;
}
</style>
background-color css
<style>
a { background-color: #88BFE0; }
a { background-color: rgb(136,191,224); }
div.DivClassName
{
background-color: #88BFE0;
}
.BgClassName
{
background-color: #88BFE0;
}
</style>
border-color css
<style>
span { border-color: #88BFE0; }
span { border-color: rgb(136,191,224); }
td.TdClassName
{
border-color: #88BFE0;
}
.TagClassName
{
border-color: #88BFE0;
}
</style>