Shades of Anakiwa #8BCDEE
Tints of Anakiwa #8BCDEE
RGB
CMYK
RGB Variations
Color information
#8BCDEE (or 0x8BCDEE) is known color: Anakiwa. HEX triplet: 8B, CD and EE. RGB value is (139,205,238). Sum of RGB (Red+Green+Blue) = 139+205+238=582 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.88% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BCDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCDEE is #743211. Grayscale: #BCBCBC. Windows color (decimal): -7614994 or 15650187. OLE color: 15650187.
HSL color Cylindrical-coordinate representation of color #8BCDEE: hue angle of 200º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BCDEE is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 205 | 238 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.07 |
| HSL | 200º | 0.74% | 0.74% | - |
| HSV(B) | 200º | 0.42% | 0.93% | - |
| XYZ | 47.91 | 55.32 | 89.04 | - |
| YUV | 189.03 | 155.63 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 238 | 0.42 | 0.14 | 0 | 0.07 | 200 | 0.74 | 0.74 |
| Hex | 8B | CD | EE | 2A | E | 0 | 7 | C8 | 4A | 4A |
| Octal | 213 | 315 | 356 | 52 | 16 | 0 | 7 | 310 | 112 | 112 |
| Binary | 10001011 | 11001101 | 11101110 | 101010 | 1110 | 0 | 111 | 11001000 | 1001010 | 1001010 |
Color Harmonies of #8BCDEE
Complementary color
Monochromatic Colors of #8BCDEE
Black with #8BCDEE
Text Example
Text Example
White with #8BCDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCDEE; }
p { color: rgb(139,205,238); }
H1.HeaderClassName
{
color: #8BCDEE;
}
.AnyTagClassName
{
color: #8BCDEE;
}
</style>
background-color css
<style>
a { background-color: #8BCDEE; }
a { background-color: rgb(139,205,238); }
div.DivClassName
{
background-color: #8BCDEE;
}
.BgClassName
{
background-color: #8BCDEE;
}
</style>
border-color css
<style>
span { border-color: #8BCDEE; }
span { border-color: rgb(139,205,238); }
td.TdClassName
{
border-color: #8BCDEE;
}
.TagClassName
{
border-color: #8BCDEE;
}
</style>