#96B3FC

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

Shades of Perano #96B3FC

Tints of Perano #96B3FC

Color information

#96B3FC (or 0x96B3FC) is unknown color: approx Perano. HEX triplet: 96, B3 and FC. RGB value is (150,179,252). Sum of RGB (Red+Green+Blue) = 150+179+252=581 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.82% from 581); Green value is 179 (70.31% from 255 or 30.81% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #96B3FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96B3FC is #694C03. Grayscale: #B2B2B2. Windows color (decimal): -6900740 or 16561046. OLE color: 16561046.

HSL color Cylindrical-coordinate representation of color #96B3FC: hue angle of 222.94º 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 #96B3FC is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB150179252-
CMYK0.400.2900.01
HSL222.94º94.44%78.82%-
HSV(B)222.94º40.48%98.82%-
XYZ46.2745.7598.49-
YUV178.65169.39107.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.82%
GREEN value IS 179 (70.31% from 255) = 30.81%
BLUE value IS 252 (98.83% from 255) = 43.37%
R=25.82%
G=30.81%
B=43.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1501792520.400.2900.01222.9494.4478.82
Hex96B3FC281D01df5e4f
Octal226263374503501337136117
Binary10010110101100111111110010100011101011101111110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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