Shades of Anakiwa #8BCBDF
Tints of Anakiwa #8BCBDF
RGB
CMYK
RGB Variations
Color information
#8BCBDF (or 0x8BCBDF) is known color: Anakiwa. HEX triplet: 8B, CB and DF. RGB value is (139,203,223). Sum of RGB (Red+Green+Blue) = 139+203+223=565 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.60% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #8BCBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCBDF is #743420. Grayscale: #BABABA. Windows color (decimal): -7615521 or 14666635. OLE color: 14666635.
HSL color Cylindrical-coordinate representation of color #8BCBDF: hue angle of 194.29º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BCBDF is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 203 | 223 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.13 |
| HSL | 194.29º | 0.57% | 0.71% | - |
| HSV(B) | 194.29º | 0.38% | 0.87% | - |
| XYZ | 45.32 | 53.53 | 77.76 | - |
| YUV | 186.14 | 148.8 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 203 | 223 | 0.38 | 0.09 | 0 | 0.13 | 194.29 | 0.57 | 0.71 |
| Hex | 8B | CB | DF | 26 | 9 | 0 | D | C2 | 39 | 47 |
| Octal | 213 | 313 | 337 | 46 | 11 | 0 | 15 | 302 | 71 | 107 |
| Binary | 10001011 | 11001011 | 11011111 | 100110 | 1001 | 0 | 1101 | 11000010 | 111001 | 1000111 |
Color Harmonies of #8BCBDF
Complementary color
Monochromatic Colors of #8BCBDF
Black with #8BCBDF
Text Example
Text Example
White with #8BCBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCBDF; }
p { color: rgb(139,203,223); }
H1.HeaderClassName
{
color: #8BCBDF;
}
.AnyTagClassName
{
color: #8BCBDF;
}
</style>
background-color css
<style>
a { background-color: #8BCBDF; }
a { background-color: rgb(139,203,223); }
div.DivClassName
{
background-color: #8BCBDF;
}
.BgClassName
{
background-color: #8BCBDF;
}
</style>
border-color css
<style>
span { border-color: #8BCBDF; }
span { border-color: rgb(139,203,223); }
td.TdClassName
{
border-color: #8BCBDF;
}
.TagClassName
{
border-color: #8BCBDF;
}
</style>