Shades of Anakiwa #8AC8DE
Tints of Anakiwa #8AC8DE
RGB
CMYK
RGB Variations
Color information
#8AC8DE (or 0x8AC8DE) is known color: Anakiwa. HEX triplet: 8A, C8 and DE. RGB value is (138,200,222). Sum of RGB (Red+Green+Blue) = 138+200+222=560 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.64% from 560); Green value is 200 (78.52% from 255 or 35.71% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 222 - color contains mainly: blue. Hex color #8AC8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC8DE is #753721. Grayscale: #B7B7B7. Windows color (decimal): -7681826 or 14600330. OLE color: 14600330.
HSL color Cylindrical-coordinate representation of color #8AC8DE: hue angle of 195.71º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AC8DE is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 200 | 222 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.13 |
| HSL | 195.71º | 0.56% | 0.71% | - |
| HSV(B) | 195.71º | 0.38% | 0.87% | - |
| XYZ | 44.32 | 51.99 | 76.81 | - |
| YUV | 183.97 | 149.46 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 200 | 222 | 0.38 | 0.10 | 0 | 0.13 | 195.71 | 0.56 | 0.71 |
| Hex | 8A | C8 | DE | 26 | A | 0 | D | C4 | 38 | 47 |
| Octal | 212 | 310 | 336 | 46 | 12 | 0 | 15 | 304 | 70 | 107 |
| Binary | 10001010 | 11001000 | 11011110 | 100110 | 1010 | 0 | 1101 | 11000100 | 111000 | 1000111 |
Color Harmonies of #8AC8DE
Complementary color
Monochromatic Colors of #8AC8DE
Black with #8AC8DE
Text Example
Text Example
White with #8AC8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC8DE; }
p { color: rgb(138,200,222); }
H1.HeaderClassName
{
color: #8AC8DE;
}
.AnyTagClassName
{
color: #8AC8DE;
}
</style>
background-color css
<style>
a { background-color: #8AC8DE; }
a { background-color: rgb(138,200,222); }
div.DivClassName
{
background-color: #8AC8DE;
}
.BgClassName
{
background-color: #8AC8DE;
}
</style>
border-color css
<style>
span { border-color: #8AC8DE; }
span { border-color: rgb(138,200,222); }
td.TdClassName
{
border-color: #8AC8DE;
}
.TagClassName
{
border-color: #8AC8DE;
}
</style>