Shades of Twilight Blue #FBFFF0
Tints of Twilight Blue #FBFFF0
RGB
CMYK
RGB Variations
Color information
#FBFFF0 (or 0xFBFFF0) is known color: Twilight Blue. HEX triplet: FB, FF and F0. RGB value is (251,255,240). Sum of RGB (Red+Green+Blue) = 251+255+240=746 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.65% from 746); Green value is 255 (100% from 255 or 34.18% from 746); Blue value is 240 (94.14% from 255 or 32.17% from 746); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFFF0 is #04000F. Grayscale: #FCFCFC. Windows color (decimal): -262160 or 15794171. OLE color: 15794171.
HSL color Cylindrical-coordinate representation of color #FBFFF0: hue angle of 76º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FBFFF0 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 240 | - |
| CMYK | 0.02 | 0 | 0.06 | 0 |
| HSL | 76º | 1% | 0.97% | - |
| HSV(B) | 76º | 0.06% | 1% | - |
| XYZ | 91.27 | 98.32 | 96.61 | - |
| YUV | 252.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 240 | 0.02 | 0 | 0.06 | 0 | 76 | 1 | 0.97 |
| Hex | FB | FF | F0 | 2 | 0 | 6 | 0 | 4C | 64 | 61 |
| Octal | 373 | 377 | 360 | 2 | 0 | 6 | 0 | 114 | 144 | 141 |
| Binary | 11111011 | 11111111 | 11110000 | 10 | 0 | 110 | 0 | 1001100 | 1100100 | 1100001 |
Color Harmonies of #FBFFF0
Complementary color
Monochromatic Colors of #FBFFF0
Black with #FBFFF0
Text Example
Text Example
White with #FBFFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFFF0; }
p { color: rgb(251,255,240); }
H1.HeaderClassName
{
color: #FBFFF0;
}
.AnyTagClassName
{
color: #FBFFF0;
}
</style>
background-color css
<style>
a { background-color: #FBFFF0; }
a { background-color: rgb(251,255,240); }
div.DivClassName
{
background-color: #FBFFF0;
}
.BgClassName
{
background-color: #FBFFF0;
}
</style>
border-color css
<style>
span { border-color: #FBFFF0; }
span { border-color: rgb(251,255,240); }
td.TdClassName
{
border-color: #FBFFF0;
}
.TagClassName
{
border-color: #FBFFF0;
}
</style>