Shades of Perano #8FADFB
Tints of Perano #8FADFB
RGB
CMYK
RGB Variations
Color information
#8FADFB (or 0x8FADFB) is known color: Perano. HEX triplet: 8F, AD and FB. RGB value is (143,173,251). Sum of RGB (Red+Green+Blue) = 143+173+251=567 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.22% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #8FADFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FADFB is #705204. Grayscale: #ACACAC. Windows color (decimal): -7361029 or 16493967. OLE color: 16493967.
HSL color Cylindrical-coordinate representation of color #8FADFB: hue angle of 223.33º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FADFB is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 173 | 251 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.02 |
| HSL | 223.33º | 0.93% | 0.77% | - |
| HSV(B) | 223.33º | 0.43% | 0.98% | - |
| XYZ | 43.68 | 42.69 | 97.2 | - |
| YUV | 172.92 | 172.06 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 251 | 0.43 | 0.31 | 0 | 0.02 | 223.33 | 0.93 | 0.77 |
| Hex | 8F | AD | FB | 2B | 1F | 0 | 2 | DF | 5D | 4D |
| Octal | 217 | 255 | 373 | 53 | 37 | 0 | 2 | 337 | 135 | 115 |
| Binary | 10001111 | 10101101 | 11111011 | 101011 | 11111 | 0 | 10 | 11011111 | 1011101 | 1001101 |
Color Harmonies of #8FADFB
Complementary color
Monochromatic Colors of #8FADFB
Black with #8FADFB
Text Example
Text Example
White with #8FADFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FADFB; }
p { color: rgb(143,173,251); }
H1.HeaderClassName
{
color: #8FADFB;
}
.AnyTagClassName
{
color: #8FADFB;
}
</style>
background-color css
<style>
a { background-color: #8FADFB; }
a { background-color: rgb(143,173,251); }
div.DivClassName
{
background-color: #8FADFB;
}
.BgClassName
{
background-color: #8FADFB;
}
</style>
border-color css
<style>
span { border-color: #8FADFB; }
span { border-color: rgb(143,173,251); }
td.TdClassName
{
border-color: #8FADFB;
}
.TagClassName
{
border-color: #8FADFB;
}
</style>