#96B0F9

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

Shades of Perano #96B0F9

Tints of Perano #96B0F9

Color information

#96B0F9 (or 0x96B0F9) is unknown color: approx Perano. HEX triplet: 96, B0 and F9. RGB value is (150,176,249). Sum of RGB (Red+Green+Blue) = 150+176+249=575 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.09% from 575); Green value is 176 (69.14% from 255 or 30.61% from 575); Blue value is 249 (97.66% from 255 or 43.30% from 575); Max value from RGB is 249 - color contains mainly: blue. Hex color #96B0F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96B0F9 is #694F06. Grayscale: #B0B0B0. Windows color (decimal): -6901511 or 16363670. OLE color: 16363670.

HSL color Cylindrical-coordinate representation of color #96B0F9: hue angle of 224.24º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96B0F9 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150176249-
CMYK0.400.2900.02
HSL224.24º89.19%78.24%-
HSV(B)224.24º39.76%97.65%-
XYZ45.244.3795.81-
YUV176.55168.89109.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.09%
GREEN value IS 176 (69.14% from 255) = 30.61%
BLUE value IS 249 (97.66% from 255) = 43.30%
R=26.09%
G=30.61%
B=43.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501762490.400.2900.02224.2489.1978.24
Hex96B0F9281D02e0594e
Octal226260371503502340131116
Binary100101101011000011111001101000111010101110000010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96B0F9; }

 p { color: rgb(150,176,249); }

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

<style>
 a { background-color: #96B0F9; }

 a { background-color: rgb(150,176,249); }

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

<style>
 span { border-color: #96B0F9; }

 span { border-color: rgb(150,176,249); }

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