Shades of Anakiwa #8CCBED
Tints of Anakiwa #8CCBED
RGB
CMYK
RGB Variations
Color information
#8CCBED (or 0x8CCBED) is known color: Anakiwa. HEX triplet: 8C, CB and ED. RGB value is (140,203,237). Sum of RGB (Red+Green+Blue) = 140+203+237=580 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.14% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #8CCBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCBED is #733412. Grayscale: #BBBBBB. Windows color (decimal): -7549971 or 15584140. OLE color: 15584140.
HSL color Cylindrical-coordinate representation of color #8CCBED: hue angle of 201.03º 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 #8CCBED is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 203 | 237 | - |
| CMYK | 0.41 | 0.14 | 0 | 0.07 |
| HSL | 201.03º | 0.73% | 0.74% | - |
| HSV(B) | 201.03º | 0.41% | 0.93% | - |
| XYZ | 47.46 | 54.4 | 88.12 | - |
| YUV | 188.04 | 155.63 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 203 | 237 | 0.41 | 0.14 | 0 | 0.07 | 201.03 | 0.73 | 0.74 |
| Hex | 8C | CB | ED | 29 | E | 0 | 7 | C9 | 49 | 4A |
| Octal | 214 | 313 | 355 | 51 | 16 | 0 | 7 | 311 | 111 | 112 |
| Binary | 10001100 | 11001011 | 11101101 | 101001 | 1110 | 0 | 111 | 11001001 | 1001001 | 1001010 |
Color Harmonies of #8CCBED
Complementary color
Monochromatic Colors of #8CCBED
Black with #8CCBED
Text Example
Text Example
White with #8CCBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCBED; }
p { color: rgb(140,203,237); }
H1.HeaderClassName
{
color: #8CCBED;
}
.AnyTagClassName
{
color: #8CCBED;
}
</style>
background-color css
<style>
a { background-color: #8CCBED; }
a { background-color: rgb(140,203,237); }
div.DivClassName
{
background-color: #8CCBED;
}
.BgClassName
{
background-color: #8CCBED;
}
</style>
border-color css
<style>
span { border-color: #8CCBED; }
span { border-color: rgb(140,203,237); }
td.TdClassName
{
border-color: #8CCBED;
}
.TagClassName
{
border-color: #8CCBED;
}
</style>