#9FBBFE

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

Shades of Perano #9FBBFE

Tints of Perano #9FBBFE

Color information

#9FBBFE (or 0x9FBBFE) is unknown color: approx Perano. HEX triplet: 9F, BB and FE. RGB value is (159,187,254). Sum of RGB (Red+Green+Blue) = 159+187+254=600 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.5% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FBBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBBFE is #604401. Grayscale: #B9B9B9. Windows color (decimal): -6308866 or 16694175. OLE color: 16694175.

HSL color Cylindrical-coordinate representation of color #9FBBFE: hue angle of 222.32º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FBBFE is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB159187254-
CMYK0.370.2600.00
HSL222.32º97.94%80.98%-
HSV(B)222.32º37.4%99.61%-
XYZ49.9650.07100.8-
YUV186.27166.22108.55-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.5%
GREEN value IS 187 (73.44% from 255) = 31.17%
BLUE value IS 254 (99.61% from 255) = 42.33%
R=26.5%
G=31.17%
B=42.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1591872540.370.2600.00222.3297.9480.98
Hex9FBBFE251A00de6251
Octal237273376453200336142121
Binary10011111101110111111111010010111010001101111011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FBBFE; }

 p { color: rgb(159,187,254); }

 H1.HeaderClassName
 {
   color: #9FBBFE;
 }
 .AnyTagClassName
 {
   color: #9FBBFE;
 }
</style>
background-color css

<style>
 a { background-color: #9FBBFE; }

 a { background-color: rgb(159,187,254); }

 div.DivClassName
 {
   background-color: #9FBBFE;
 }
 .BgClassName
 {
   background-color: #9FBBFE;
 }
</style>
border-color css

<style>
 span { border-color: #9FBBFE; }

 span { border-color: rgb(159,187,254); }

 td.TdClassName
 {
   border-color: #9FBBFE;
 }
 .TagClassName
 {
   border-color: #9FBBFE;
 }
</style>