Shades of Anakiwa #8CDFEB
Tints of Anakiwa #8CDFEB
RGB
CMYK
RGB Variations
Color information
#8CDFEB (or 0x8CDFEB) is known color: Anakiwa. HEX triplet: 8C, DF and EB. RGB value is (140,223,235). Sum of RGB (Red+Green+Blue) = 140+223+235=598 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.41% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #8CDFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDFEB is #732014. Grayscale: #C7C7C7. Windows color (decimal): -7544853 or 15458188. OLE color: 15458188.
HSL color Cylindrical-coordinate representation of color #8CDFEB: hue angle of 187.58º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CDFEB is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 223 | 235 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.08 |
| HSL | 187.58º | 0.7% | 0.74% | - |
| HSV(B) | 187.58º | 0.4% | 0.92% | - |
| XYZ | 52.2 | 64.35 | 88.27 | - |
| YUV | 199.55 | 148 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 235 | 0.40 | 0.05 | 0 | 0.08 | 187.58 | 0.7 | 0.74 |
| Hex | 8C | DF | EB | 28 | 5 | 0 | 8 | BC | 46 | 4A |
| Octal | 214 | 337 | 353 | 50 | 5 | 0 | 10 | 274 | 106 | 112 |
| Binary | 10001100 | 11011111 | 11101011 | 101000 | 101 | 0 | 1000 | 10111100 | 1000110 | 1001010 |
Color Harmonies of #8CDFEB
Complementary color
Monochromatic Colors of #8CDFEB
Black with #8CDFEB
Text Example
Text Example
White with #8CDFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDFEB; }
p { color: rgb(140,223,235); }
H1.HeaderClassName
{
color: #8CDFEB;
}
.AnyTagClassName
{
color: #8CDFEB;
}
</style>
background-color css
<style>
a { background-color: #8CDFEB; }
a { background-color: rgb(140,223,235); }
div.DivClassName
{
background-color: #8CDFEB;
}
.BgClassName
{
background-color: #8CDFEB;
}
</style>
border-color css
<style>
span { border-color: #8CDFEB; }
span { border-color: rgb(140,223,235); }
td.TdClassName
{
border-color: #8CDFEB;
}
.TagClassName
{
border-color: #8CDFEB;
}
</style>