#96A9FC

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

Shades of Perano #96A9FC

Tints of Perano #96A9FC

Color information

#96A9FC (or 0x96A9FC) is unknown color: approx Perano. HEX triplet: 96, A9 and FC. RGB value is (150,169,252). Sum of RGB (Red+Green+Blue) = 150+169+252=571 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.27% from 571); Green value is 169 (66.41% from 255 or 29.60% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #96A9FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A9FC is #695603. Grayscale: #ACACAC. Windows color (decimal): -6903300 or 16558486. OLE color: 16558486.

HSL color Cylindrical-coordinate representation of color #96A9FC: hue angle of 228.82º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96A9FC is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB150169252-
CMYK0.400.3300.01
HSL228.82º94.44%78.82%-
HSV(B)228.82º40.48%98.82%-
XYZ44.3441.8997.84-
YUV172.78172.71111.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.27%
GREEN value IS 169 (66.41% from 255) = 29.60%
BLUE value IS 252 (98.83% from 255) = 44.13%
R=26.27%
G=29.60%
B=44.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1501692520.400.3300.01228.8294.4478.82
Hex96A9FC282101e55e4f
Octal226251374504101345136117
Binary100101101010100111111100101000100001011110010110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,169,252); }

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

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

 a { background-color: rgb(150,169,252); }

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

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

 span { border-color: rgb(150,169,252); }

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