Shades of Anakiwa #8FCDEB
Tints of Anakiwa #8FCDEB
RGB
CMYK
RGB Variations
Color information
#8FCDEB (or 0x8FCDEB) is known color: Anakiwa. HEX triplet: 8F, CD and EB. RGB value is (143,205,235). Sum of RGB (Red+Green+Blue) = 143+205+235=583 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.53% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #8FCDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCDEB is #703214. Grayscale: #BDBDBD. Windows color (decimal): -7352853 or 15453583. OLE color: 15453583.
HSL color Cylindrical-coordinate representation of color #8FCDEB: hue angle of 199.57º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FCDEB is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 205 | 235 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.08 |
| HSL | 199.57º | 0.7% | 0.74% | - |
| HSV(B) | 199.57º | 0.39% | 0.92% | - |
| XYZ | 48.15 | 55.5 | 86.77 | - |
| YUV | 189.88 | 153.46 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 205 | 235 | 0.39 | 0.13 | 0 | 0.08 | 199.57 | 0.7 | 0.74 |
| Hex | 8F | CD | EB | 27 | D | 0 | 8 | C8 | 46 | 4A |
| Octal | 217 | 315 | 353 | 47 | 15 | 0 | 10 | 310 | 106 | 112 |
| Binary | 10001111 | 11001101 | 11101011 | 100111 | 1101 | 0 | 1000 | 11001000 | 1000110 | 1001010 |
Color Harmonies of #8FCDEB
Complementary color
Monochromatic Colors of #8FCDEB
Black with #8FCDEB
Text Example
Text Example
White with #8FCDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCDEB; }
p { color: rgb(143,205,235); }
H1.HeaderClassName
{
color: #8FCDEB;
}
.AnyTagClassName
{
color: #8FCDEB;
}
</style>
background-color css
<style>
a { background-color: #8FCDEB; }
a { background-color: rgb(143,205,235); }
div.DivClassName
{
background-color: #8FCDEB;
}
.BgClassName
{
background-color: #8FCDEB;
}
</style>
border-color css
<style>
span { border-color: #8FCDEB; }
span { border-color: rgb(143,205,235); }
td.TdClassName
{
border-color: #8FCDEB;
}
.TagClassName
{
border-color: #8FCDEB;
}
</style>