Shades of Anakiwa #8BCFF2
Tints of Anakiwa #8BCFF2
RGB
CMYK
RGB Variations
Color information
#8BCFF2 (or 0x8BCFF2) is known color: Anakiwa. HEX triplet: 8B, CF and F2. RGB value is (139,207,242). Sum of RGB (Red+Green+Blue) = 139+207+242=588 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.64% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #8BCFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCFF2 is #74300D. Grayscale: #BEBEBE. Windows color (decimal): -7614478 or 15912843. OLE color: 15912843.
HSL color Cylindrical-coordinate representation of color #8BCFF2: hue angle of 200.39º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BCFF2 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 207 | 242 | - |
| CMYK | 0.43 | 0.14 | 0 | 0.05 |
| HSL | 200.39º | 0.8% | 0.75% | - |
| HSV(B) | 200.39º | 0.43% | 0.95% | - |
| XYZ | 48.99 | 56.53 | 92.33 | - |
| YUV | 190.66 | 156.97 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 207 | 242 | 0.43 | 0.14 | 0 | 0.05 | 200.39 | 0.8 | 0.75 |
| Hex | 8B | CF | F2 | 2B | E | 0 | 5 | C8 | 50 | 4B |
| Octal | 213 | 317 | 362 | 53 | 16 | 0 | 5 | 310 | 120 | 113 |
| Binary | 10001011 | 11001111 | 11110010 | 101011 | 1110 | 0 | 101 | 11001000 | 1010000 | 1001011 |
Color Harmonies of #8BCFF2
Complementary color
Monochromatic Colors of #8BCFF2
Black with #8BCFF2
Text Example
Text Example
White with #8BCFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCFF2; }
p { color: rgb(139,207,242); }
H1.HeaderClassName
{
color: #8BCFF2;
}
.AnyTagClassName
{
color: #8BCFF2;
}
</style>
background-color css
<style>
a { background-color: #8BCFF2; }
a { background-color: rgb(139,207,242); }
div.DivClassName
{
background-color: #8BCFF2;
}
.BgClassName
{
background-color: #8BCFF2;
}
</style>
border-color css
<style>
span { border-color: #8BCFF2; }
span { border-color: rgb(139,207,242); }
td.TdClassName
{
border-color: #8BCFF2;
}
.TagClassName
{
border-color: #8BCFF2;
}
</style>