Shades of Anakiwa #8DDFF4
Tints of Anakiwa #8DDFF4
RGB
CMYK
RGB Variations
Color information
#8DDFF4 (or 0x8DDFF4) is known color: Anakiwa. HEX triplet: 8D, DF and F4. RGB value is (141,223,244). Sum of RGB (Red+Green+Blue) = 141+223+244=608 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.19% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 244 (95.70% from 255 or 40.13% from 608); Max value from RGB is 244 - color contains mainly: blue. Hex color #8DDFF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDFF4 is #72200B. Grayscale: #C8C8C8. Windows color (decimal): -7479308 or 16048013. OLE color: 16048013.
HSL color Cylindrical-coordinate representation of color #8DDFF4: hue angle of 192.23º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DDFF4 is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 223 | 244 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.04 |
| HSL | 192.23º | 0.82% | 0.75% | - |
| HSV(B) | 192.23º | 0.42% | 0.96% | - |
| XYZ | 53.7 | 64.97 | 95.3 | - |
| YUV | 200.88 | 152.33 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 223 | 244 | 0.42 | 0.09 | 0 | 0.04 | 192.23 | 0.82 | 0.75 |
| Hex | 8D | DF | F4 | 2A | 9 | 0 | 4 | C0 | 52 | 4B |
| Octal | 215 | 337 | 364 | 52 | 11 | 0 | 4 | 300 | 122 | 113 |
| Binary | 10001101 | 11011111 | 11110100 | 101010 | 1001 | 0 | 100 | 11000000 | 1010010 | 1001011 |
Color Harmonies of #8DDFF4
Complementary color
Monochromatic Colors of #8DDFF4
Black with #8DDFF4
Text Example
Text Example
White with #8DDFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDFF4; }
p { color: rgb(141,223,244); }
H1.HeaderClassName
{
color: #8DDFF4;
}
.AnyTagClassName
{
color: #8DDFF4;
}
</style>
background-color css
<style>
a { background-color: #8DDFF4; }
a { background-color: rgb(141,223,244); }
div.DivClassName
{
background-color: #8DDFF4;
}
.BgClassName
{
background-color: #8DDFF4;
}
</style>
border-color css
<style>
span { border-color: #8DDFF4; }
span { border-color: rgb(141,223,244); }
td.TdClassName
{
border-color: #8DDFF4;
}
.TagClassName
{
border-color: #8DDFF4;
}
</style>