Shades of Anakiwa #8BCBED
Tints of Anakiwa #8BCBED
RGB
CMYK
RGB Variations
Color information
#8BCBED (or 0x8BCBED) is known color: Anakiwa. HEX triplet: 8B, CB and ED. RGB value is (139,203,237). Sum of RGB (Red+Green+Blue) = 139+203+237=579 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.01% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #8BCBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCBED is #743412. Grayscale: #BBBBBB. Windows color (decimal): -7615507 or 15584139. OLE color: 15584139.
HSL color Cylindrical-coordinate representation of color #8BCBED: hue angle of 200.82º 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 #8BCBED is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 203 | 237 | - |
| CMYK | 0.41 | 0.14 | 0 | 0.07 |
| HSL | 200.82º | 0.73% | 0.74% | - |
| HSV(B) | 200.82º | 0.41% | 0.93% | - |
| XYZ | 47.29 | 54.32 | 88.11 | - |
| YUV | 187.74 | 155.8 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 203 | 237 | 0.41 | 0.14 | 0 | 0.07 | 200.82 | 0.73 | 0.74 |
| Hex | 8B | CB | ED | 29 | E | 0 | 7 | C9 | 49 | 4A |
| Octal | 213 | 313 | 355 | 51 | 16 | 0 | 7 | 311 | 111 | 112 |
| Binary | 10001011 | 11001011 | 11101101 | 101001 | 1110 | 0 | 111 | 11001001 | 1001001 | 1001010 |
Color Harmonies of #8BCBED
Complementary color
Monochromatic Colors of #8BCBED
Black with #8BCBED
Text Example
Text Example
White with #8BCBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCBED; }
p { color: rgb(139,203,237); }
H1.HeaderClassName
{
color: #8BCBED;
}
.AnyTagClassName
{
color: #8BCBED;
}
</style>
background-color css
<style>
a { background-color: #8BCBED; }
a { background-color: rgb(139,203,237); }
div.DivClassName
{
background-color: #8BCBED;
}
.BgClassName
{
background-color: #8BCBED;
}
</style>
border-color css
<style>
span { border-color: #8BCBED; }
span { border-color: rgb(139,203,237); }
td.TdClassName
{
border-color: #8BCBED;
}
.TagClassName
{
border-color: #8BCBED;
}
</style>