Shades of Anakiwa #8DCBDF
Tints of Anakiwa #8DCBDF
RGB
CMYK
RGB Variations
Color information
#8DCBDF (or 0x8DCBDF) is known color: Anakiwa. HEX triplet: 8D, CB and DF. RGB value is (141,203,223). Sum of RGB (Red+Green+Blue) = 141+203+223=567 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.87% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #8DCBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCBDF is #723420. Grayscale: #BABABA. Windows color (decimal): -7484449 or 14666637. OLE color: 14666637.
HSL color Cylindrical-coordinate representation of color #8DCBDF: hue angle of 194.63º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DCBDF is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 203 | 223 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.13 |
| HSL | 194.63º | 0.56% | 0.71% | - |
| HSV(B) | 194.63º | 0.37% | 0.87% | - |
| XYZ | 45.66 | 53.7 | 77.77 | - |
| YUV | 186.74 | 148.46 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 203 | 223 | 0.37 | 0.09 | 0 | 0.13 | 194.63 | 0.56 | 0.71 |
| Hex | 8D | CB | DF | 25 | 9 | 0 | D | C3 | 38 | 47 |
| Octal | 215 | 313 | 337 | 45 | 11 | 0 | 15 | 303 | 70 | 107 |
| Binary | 10001101 | 11001011 | 11011111 | 100101 | 1001 | 0 | 1101 | 11000011 | 111000 | 1000111 |
Color Harmonies of #8DCBDF
Complementary color
Monochromatic Colors of #8DCBDF
Black with #8DCBDF
Text Example
Text Example
White with #8DCBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCBDF; }
p { color: rgb(141,203,223); }
H1.HeaderClassName
{
color: #8DCBDF;
}
.AnyTagClassName
{
color: #8DCBDF;
}
</style>
background-color css
<style>
a { background-color: #8DCBDF; }
a { background-color: rgb(141,203,223); }
div.DivClassName
{
background-color: #8DCBDF;
}
.BgClassName
{
background-color: #8DCBDF;
}
</style>
border-color css
<style>
span { border-color: #8DCBDF; }
span { border-color: rgb(141,203,223); }
td.TdClassName
{
border-color: #8DCBDF;
}
.TagClassName
{
border-color: #8DCBDF;
}
</style>