Shades of Perano #99ADFD
Tints of Perano #99ADFD
RGB
CMYK
RGB Variations
Color information
#99ADFD (or 0x99ADFD) is known color: Perano. HEX triplet: 99, AD and FD. RGB value is (153,173,253). Sum of RGB (Red+Green+Blue) = 153+173+253=579 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.42% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #99ADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99ADFD is #665202. Grayscale: #AFAFAF. Windows color (decimal): -6705667 or 16625049. OLE color: 16625049.
HSL color Cylindrical-coordinate representation of color #99ADFD: hue angle of 228º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99ADFD is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 173 | 253 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.01 |
| HSL | 228º | 0.96% | 0.8% | - |
| HSV(B) | 228º | 0.4% | 0.99% | - |
| XYZ | 45.81 | 43.75 | 98.96 | - |
| YUV | 176.14 | 171.37 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 253 | 0.40 | 0.32 | 0 | 0.01 | 228 | 0.96 | 0.8 |
| Hex | 99 | AD | FD | 28 | 20 | 0 | 1 | E4 | 60 | 50 |
| Octal | 231 | 255 | 375 | 50 | 40 | 0 | 1 | 344 | 140 | 120 |
| Binary | 10011001 | 10101101 | 11111101 | 101000 | 100000 | 0 | 1 | 11100100 | 1100000 | 1010000 |
Color Harmonies of #99ADFD
Complementary color
Monochromatic Colors of #99ADFD
Black with #99ADFD
Text Example
Text Example
White with #99ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ADFD; }
p { color: rgb(153,173,253); }
H1.HeaderClassName
{
color: #99ADFD;
}
.AnyTagClassName
{
color: #99ADFD;
}
</style>
background-color css
<style>
a { background-color: #99ADFD; }
a { background-color: rgb(153,173,253); }
div.DivClassName
{
background-color: #99ADFD;
}
.BgClassName
{
background-color: #99ADFD;
}
</style>
border-color css
<style>
span { border-color: #99ADFD; }
span { border-color: rgb(153,173,253); }
td.TdClassName
{
border-color: #99ADFD;
}
.TagClassName
{
border-color: #99ADFD;
}
</style>