Shades of Anakiwa #8CDFED
Tints of Anakiwa #8CDFED
RGB
CMYK
RGB Variations
Color information
#8CDFED (or 0x8CDFED) is known color: Anakiwa. HEX triplet: 8C, DF and ED. RGB value is (140,223,237). Sum of RGB (Red+Green+Blue) = 140+223+237=600 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.33% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #8CDFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDFED is #732012. Grayscale: #C7C7C7. Windows color (decimal): -7544851 or 15589260. OLE color: 15589260.
HSL color Cylindrical-coordinate representation of color #8CDFED: hue angle of 188.66º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CDFED is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 223 | 237 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.07 |
| HSL | 188.66º | 0.73% | 0.74% | - |
| HSV(B) | 188.66º | 0.41% | 0.93% | - |
| XYZ | 52.49 | 64.47 | 89.8 | - |
| YUV | 199.78 | 149 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 237 | 0.41 | 0.06 | 0 | 0.07 | 188.66 | 0.73 | 0.74 |
| Hex | 8C | DF | ED | 29 | 6 | 0 | 7 | BD | 49 | 4A |
| Octal | 214 | 337 | 355 | 51 | 6 | 0 | 7 | 275 | 111 | 112 |
| Binary | 10001100 | 11011111 | 11101101 | 101001 | 110 | 0 | 111 | 10111101 | 1001001 | 1001010 |
Color Harmonies of #8CDFED
Complementary color
Monochromatic Colors of #8CDFED
Black with #8CDFED
Text Example
Text Example
White with #8CDFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDFED; }
p { color: rgb(140,223,237); }
H1.HeaderClassName
{
color: #8CDFED;
}
.AnyTagClassName
{
color: #8CDFED;
}
</style>
background-color css
<style>
a { background-color: #8CDFED; }
a { background-color: rgb(140,223,237); }
div.DivClassName
{
background-color: #8CDFED;
}
.BgClassName
{
background-color: #8CDFED;
}
</style>
border-color css
<style>
span { border-color: #8CDFED; }
span { border-color: rgb(140,223,237); }
td.TdClassName
{
border-color: #8CDFED;
}
.TagClassName
{
border-color: #8CDFED;
}
</style>