Shades of Azure #FBFFFF
Tints of Azure #FBFFFF
RGB
CMYK
RGB Variations
Color information
#FBFFFF (or 0xFBFFFF) is known color: Azure. HEX triplet: FB, FF and FF. RGB value is (251,255,255). Sum of RGB (Red+Green+Blue) = 251+255+255=761 (100% of max value = 765). Red value is 251 (98.44% from 255 or 32.98% from 761); Green value is 255 (100% from 255 or 33.51% from 761); Blue value is 255 (100% from 255 or 33.51% from 761); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #FBFFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFFFF is #040000. Grayscale: #FDFDFD. Windows color (decimal): -262145 or 16777211. OLE color: 16777211.
HSL color Cylindrical-coordinate representation of color #FBFFFF: hue angle of 180º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FBFFFF is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 251 | 255 | 255 | - |
CMYK | 0.02 | 0 | 0 | 0 |
HSL | 180º | 1% | 0.99% | - |
HSV(B) | 180º | 0.02% | 1% | - |
XYZ | 93.59 | 99.25 | 108.83 | - |
YUV | 253.8 | 128.67 | 126 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 255 | 255 | 0.02 | 0 | 0 | 0 | 180 | 1 | 0.99 |
Hex | FB | FF | FF | 2 | 0 | 0 | 0 | B4 | 64 | 63 |
Octal | 373 | 377 | 377 | 2 | 0 | 0 | 0 | 264 | 144 | 143 |
Binary | 11111011 | 11111111 | 11111111 | 10 | 0 | 0 | 0 | 10110100 | 1100100 | 1100011 |
Color Harmonies of #FBFFFF
Complementary color
Monochromatic Colors of #FBFFFF
Black with #FBFFFF
Text Example
Text Example
White with #FBFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFFFF; }
p { color: rgb(251,255,255); }
H1.HeaderClassName
{
color: #FBFFFF;
}
.AnyTagClassName
{
color: #FBFFFF;
}
</style>
background-color css
<style>
a { background-color: #FBFFFF; }
a { background-color: rgb(251,255,255); }
div.DivClassName
{
background-color: #FBFFFF;
}
.BgClassName
{
background-color: #FBFFFF;
}
</style>
border-color css
<style>
span { border-color: #FBFFFF; }
span { border-color: rgb(251,255,255); }
td.TdClassName
{
border-color: #FBFFFF;
}
.TagClassName
{
border-color: #FBFFFF;
}
</style>