#FBFFFF

Color #FBFFFF Azure (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Azure #FBFFFF

Tints of Azure #FBFFFF

Color information

#FBFFFF (or 0xFBFFFF) is unknown color: approx 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

RGB251255255-
CMYK0.02000
HSL180º100%99.22%-
HSV(B)180º1.57%100%-
XYZ93.5999.25108.83-
YUV253.8128.67126-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 32.98%
GREEN value IS 255 (100% from 255) = 33.51%
BLUE value IS 255 (100% from 255) = 33.51%
R=32.98%
G=33.51%
B=33.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512552550.0200018010099.22
HexFBFFFF2000b46463
Octal3733773772000264144143
Binary111110111111111111111111100001011010011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>