Shades of Anakiwa #8CCBEE
Tints of Anakiwa #8CCBEE
RGB
CMYK
RGB Variations
Color information
#8CCBEE (or 0x8CCBEE) is known color: Anakiwa. HEX triplet: 8C, CB and EE. RGB value is (140,203,238). Sum of RGB (Red+Green+Blue) = 140+203+238=581 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.10% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #8CCBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCBEE is #733411. Grayscale: #BBBBBB. Windows color (decimal): -7549970 or 15649676. OLE color: 15649676.
HSL color Cylindrical-coordinate representation of color #8CCBEE: hue angle of 201.43º degrees, saturation: 0.74, 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 #8CCBEE is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 203 | 238 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.07 |
| HSL | 201.43º | 0.74% | 0.74% | - |
| HSV(B) | 201.43º | 0.41% | 0.93% | - |
| XYZ | 47.6 | 54.46 | 88.89 | - |
| YUV | 188.15 | 156.13 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 203 | 238 | 0.41 | 0.15 | 0 | 0.07 | 201.43 | 0.74 | 0.74 |
| Hex | 8C | CB | EE | 29 | F | 0 | 7 | C9 | 4A | 4A |
| Octal | 214 | 313 | 356 | 51 | 17 | 0 | 7 | 311 | 112 | 112 |
| Binary | 10001100 | 11001011 | 11101110 | 101001 | 1111 | 0 | 111 | 11001001 | 1001010 | 1001010 |
Color Harmonies of #8CCBEE
Complementary color
Monochromatic Colors of #8CCBEE
Black with #8CCBEE
Text Example
Text Example
White with #8CCBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCBEE; }
p { color: rgb(140,203,238); }
H1.HeaderClassName
{
color: #8CCBEE;
}
.AnyTagClassName
{
color: #8CCBEE;
}
</style>
background-color css
<style>
a { background-color: #8CCBEE; }
a { background-color: rgb(140,203,238); }
div.DivClassName
{
background-color: #8CCBEE;
}
.BgClassName
{
background-color: #8CCBEE;
}
</style>
border-color css
<style>
span { border-color: #8CCBEE; }
span { border-color: rgb(140,203,238); }
td.TdClassName
{
border-color: #8CCBEE;
}
.TagClassName
{
border-color: #8CCBEE;
}
</style>