Shades of Nepal #8FB4CA
Tints of Nepal #8FB4CA
RGB
CMYK
RGB Variations
Color information
#8FB4CA (or 0x8FB4CA) is known color: Nepal. HEX triplet: 8F, B4 and CA. RGB value is (143,180,202). Sum of RGB (Red+Green+Blue) = 143+180+202=525 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.24% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #8FB4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB4CA is #704B35. Grayscale: #ABABAB. Windows color (decimal): -7359286 or 13284495. OLE color: 13284495.
HSL color Cylindrical-coordinate representation of color #8FB4CA: hue angle of 202.37º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FB4CA is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 180 | 202 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.21 |
| HSL | 202.37º | 0.36% | 0.68% | - |
| HSV(B) | 202.37º | 0.29% | 0.79% | - |
| XYZ | 38.31 | 42.75 | 62.11 | - |
| YUV | 171.45 | 145.24 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 180 | 202 | 0.29 | 0.11 | 0 | 0.21 | 202.37 | 0.36 | 0.68 |
| Hex | 8F | B4 | CA | 1D | B | 0 | 15 | CA | 24 | 44 |
| Octal | 217 | 264 | 312 | 35 | 13 | 0 | 25 | 312 | 44 | 104 |
| Binary | 10001111 | 10110100 | 11001010 | 11101 | 1011 | 0 | 10101 | 11001010 | 100100 | 1000100 |
Color Harmonies of #8FB4CA
Complementary color
Monochromatic Colors of #8FB4CA
Black with #8FB4CA
Text Example
Text Example
White with #8FB4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB4CA; }
p { color: rgb(143,180,202); }
H1.HeaderClassName
{
color: #8FB4CA;
}
.AnyTagClassName
{
color: #8FB4CA;
}
</style>
background-color css
<style>
a { background-color: #8FB4CA; }
a { background-color: rgb(143,180,202); }
div.DivClassName
{
background-color: #8FB4CA;
}
.BgClassName
{
background-color: #8FB4CA;
}
</style>
border-color css
<style>
span { border-color: #8FB4CA; }
span { border-color: rgb(143,180,202); }
td.TdClassName
{
border-color: #8FB4CA;
}
.TagClassName
{
border-color: #8FB4CA;
}
</style>