Shades of Anakiwa #8DCDF2
Tints of Anakiwa #8DCDF2
RGB
CMYK
RGB Variations
Color information
#8DCDF2 (or 0x8DCDF2) is known color: Anakiwa. HEX triplet: 8D, CD and F2. RGB value is (141,205,242). Sum of RGB (Red+Green+Blue) = 141+205+242=588 (77% of max value = 765). Red value is 141 (55.47% from 255 or 23.98% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #8DCDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCDF2 is #72320D. Grayscale: #BDBDBD. Windows color (decimal): -7483918 or 15912333. OLE color: 15912333.
HSL color Cylindrical-coordinate representation of color #8DCDF2: hue angle of 201.98º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DCDF2 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 205 | 242 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.05 |
| HSL | 201.98º | 0.8% | 0.75% | - |
| HSV(B) | 201.98º | 0.42% | 0.95% | - |
| XYZ | 48.84 | 55.74 | 92.19 | - |
| YUV | 190.08 | 157.3 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 205 | 242 | 0.42 | 0.15 | 0 | 0.05 | 201.98 | 0.8 | 0.75 |
| Hex | 8D | CD | F2 | 2A | F | 0 | 5 | CA | 50 | 4B |
| Octal | 215 | 315 | 362 | 52 | 17 | 0 | 5 | 312 | 120 | 113 |
| Binary | 10001101 | 11001101 | 11110010 | 101010 | 1111 | 0 | 101 | 11001010 | 1010000 | 1001011 |
Color Harmonies of #8DCDF2
Complementary color
Monochromatic Colors of #8DCDF2
Black with #8DCDF2
Text Example
Text Example
White with #8DCDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCDF2; }
p { color: rgb(141,205,242); }
H1.HeaderClassName
{
color: #8DCDF2;
}
.AnyTagClassName
{
color: #8DCDF2;
}
</style>
background-color css
<style>
a { background-color: #8DCDF2; }
a { background-color: rgb(141,205,242); }
div.DivClassName
{
background-color: #8DCDF2;
}
.BgClassName
{
background-color: #8DCDF2;
}
</style>
border-color css
<style>
span { border-color: #8DCDF2; }
span { border-color: rgb(141,205,242); }
td.TdClassName
{
border-color: #8DCDF2;
}
.TagClassName
{
border-color: #8DCDF2;
}
</style>