Shades of Anakiwa #88C3DF
Tints of Anakiwa #88C3DF
RGB
CMYK
RGB Variations
Color information
#88C3DF (or 0x88C3DF) is known color: Anakiwa. HEX triplet: 88, C3 and DF. RGB value is (136,195,223). Sum of RGB (Red+Green+Blue) = 136+195+223=554 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.55% from 554); Green value is 195 (76.56% from 255 or 35.20% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #88C3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C3DF is #773C20. Grayscale: #B4B4B4. Windows color (decimal): -7814177 or 14664584. OLE color: 14664584.
HSL color Cylindrical-coordinate representation of color #88C3DF: hue angle of 199.31º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88C3DF is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 195 | 223 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.13 |
| HSL | 199.31º | 0.58% | 0.7% | - |
| HSV(B) | 199.31º | 0.39% | 0.87% | - |
| XYZ | 42.99 | 49.59 | 77.12 | - |
| YUV | 180.55 | 151.95 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 195 | 223 | 0.39 | 0.13 | 0 | 0.13 | 199.31 | 0.58 | 0.7 |
| Hex | 88 | C3 | DF | 27 | D | 0 | D | C7 | 3A | 46 |
| Octal | 210 | 303 | 337 | 47 | 15 | 0 | 15 | 307 | 72 | 106 |
| Binary | 10001000 | 11000011 | 11011111 | 100111 | 1101 | 0 | 1101 | 11000111 | 111010 | 1000110 |
Color Harmonies of #88C3DF
Complementary color
Monochromatic Colors of #88C3DF
Black with #88C3DF
Text Example
Text Example
White with #88C3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C3DF; }
p { color: rgb(136,195,223); }
H1.HeaderClassName
{
color: #88C3DF;
}
.AnyTagClassName
{
color: #88C3DF;
}
</style>
background-color css
<style>
a { background-color: #88C3DF; }
a { background-color: rgb(136,195,223); }
div.DivClassName
{
background-color: #88C3DF;
}
.BgClassName
{
background-color: #88C3DF;
}
</style>
border-color css
<style>
span { border-color: #88C3DF; }
span { border-color: rgb(136,195,223); }
td.TdClassName
{
border-color: #88C3DF;
}
.TagClassName
{
border-color: #88C3DF;
}
</style>