Shades of Anakiwa #8CCBDD
Tints of Anakiwa #8CCBDD
RGB
CMYK
RGB Variations
Color information
#8CCBDD (or 0x8CCBDD) is known color: Anakiwa. HEX triplet: 8C, CB and DD. RGB value is (140,203,221). Sum of RGB (Red+Green+Blue) = 140+203+221=564 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.82% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #8CCBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCBDD is #733422. Grayscale: #BABABA. Windows color (decimal): -7549987 or 14535564. OLE color: 14535564.
HSL color Cylindrical-coordinate representation of color #8CCBDD: hue angle of 193.33º degrees, saturation: 0.54, 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 #8CCBDD is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 203 | 221 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.13 |
| HSL | 193.33º | 0.54% | 0.71% | - |
| HSV(B) | 193.33º | 0.37% | 0.87% | - |
| XYZ | 45.22 | 53.51 | 76.35 | - |
| YUV | 186.22 | 147.63 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 203 | 221 | 0.37 | 0.08 | 0 | 0.13 | 193.33 | 0.54 | 0.71 |
| Hex | 8C | CB | DD | 25 | 8 | 0 | D | C1 | 36 | 47 |
| Octal | 214 | 313 | 335 | 45 | 10 | 0 | 15 | 301 | 66 | 107 |
| Binary | 10001100 | 11001011 | 11011101 | 100101 | 1000 | 0 | 1101 | 11000001 | 110110 | 1000111 |
Color Harmonies of #8CCBDD
Complementary color
Monochromatic Colors of #8CCBDD
Black with #8CCBDD
Text Example
Text Example
White with #8CCBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCBDD; }
p { color: rgb(140,203,221); }
H1.HeaderClassName
{
color: #8CCBDD;
}
.AnyTagClassName
{
color: #8CCBDD;
}
</style>
background-color css
<style>
a { background-color: #8CCBDD; }
a { background-color: rgb(140,203,221); }
div.DivClassName
{
background-color: #8CCBDD;
}
.BgClassName
{
background-color: #8CCBDD;
}
</style>
border-color css
<style>
span { border-color: #8CCBDD; }
span { border-color: rgb(140,203,221); }
td.TdClassName
{
border-color: #8CCBDD;
}
.TagClassName
{
border-color: #8CCBDD;
}
</style>