#96A8FE

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

Shades of Perano #96A8FE

Tints of Perano #96A8FE

Color information

#96A8FE (or 0x96A8FE) is unknown color: approx Perano. HEX triplet: 96, A8 and FE. RGB value is (150,168,254). Sum of RGB (Red+Green+Blue) = 150+168+254=572 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.22% from 572); Green value is 168 (66.02% from 255 or 29.37% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #96A8FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A8FE is #695701. Grayscale: #ACACAC. Windows color (decimal): -6903554 or 16689302. OLE color: 16689302.

HSL color Cylindrical-coordinate representation of color #96A8FE: hue angle of 229.62º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96A8FE is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB150168254-
CMYK0.410.3400.00
HSL229.62º98.11%79.22%-
HSV(B)229.62º40.94%99.61%-
XYZ44.4741.6599.46-
YUV172.42174.04112.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.22%
GREEN value IS 168 (66.02% from 255) = 29.37%
BLUE value IS 254 (99.61% from 255) = 44.41%
R=26.22%
G=29.37%
B=44.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1501682540.410.3400.00229.6298.1179.22
Hex96A8FE292200e6624f
Octal226250376514200346142117
Binary100101101010100011111110101001100010001110011011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,168,254); }

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

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

 a { background-color: rgb(150,168,254); }

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

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

 span { border-color: rgb(150,168,254); }

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