Shades of Anakiwa #8ACFE6
Tints of Anakiwa #8ACFE6
RGB
CMYK
RGB Variations
Color information
#8ACFE6 (or 0x8ACFE6) is known color: Anakiwa. HEX triplet: 8A, CF and E6. RGB value is (138,207,230). Sum of RGB (Red+Green+Blue) = 138+207+230=575 (76% of max value = 765). Red value is 138 (54.30% from 255 or 24% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 230 (90.23% from 255 or 40% from 575); Max value from RGB is 230 - color contains mainly: blue. Hex color #8ACFE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ACFE6 is #753019. Grayscale: #BCBCBC. Windows color (decimal): -7680026 or 15126410. OLE color: 15126410.
HSL color Cylindrical-coordinate representation of color #8ACFE6: hue angle of 195º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ACFE6 is Cyan = 0.4, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 138 | 207 | 230 | - |
| CMYK | 0.4 | 0.10 | 0 | 0.10 |
| HSL | 195º | 0.65% | 0.72% | - |
| HSV(B) | 195º | 0.4% | 0.9% | - |
| XYZ | 47.08 | 55.74 | 83.14 | - |
| YUV | 188.99 | 151.14 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 207 | 230 | 0.4 | 0.10 | 0 | 0.10 | 195 | 0.65 | 0.72 |
| Hex | 8A | CF | E6 | 28 | A | 0 | A | C3 | 41 | 48 |
| Octal | 212 | 317 | 346 | 50 | 12 | 0 | 12 | 303 | 101 | 110 |
| Binary | 10001010 | 11001111 | 11100110 | 101000 | 1010 | 0 | 1010 | 11000011 | 1000001 | 1001000 |
Color Harmonies of #8ACFE6
Complementary color
Monochromatic Colors of #8ACFE6
Black with #8ACFE6
Text Example
Text Example
White with #8ACFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACFE6; }
p { color: rgb(138,207,230); }
H1.HeaderClassName
{
color: #8ACFE6;
}
.AnyTagClassName
{
color: #8ACFE6;
}
</style>
background-color css
<style>
a { background-color: #8ACFE6; }
a { background-color: rgb(138,207,230); }
div.DivClassName
{
background-color: #8ACFE6;
}
.BgClassName
{
background-color: #8ACFE6;
}
</style>
border-color css
<style>
span { border-color: #8ACFE6; }
span { border-color: rgb(138,207,230); }
td.TdClassName
{
border-color: #8ACFE6;
}
.TagClassName
{
border-color: #8ACFE6;
}
</style>