#96B6FE

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

Shades of Perano #96B6FE

Tints of Perano #96B6FE

Color information

#96B6FE (or 0x96B6FE) is unknown color: approx Perano. HEX triplet: 96, B6 and FE. RGB value is (150,182,254). Sum of RGB (Red+Green+Blue) = 150+182+254=586 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.60% from 586); Green value is 182 (71.48% from 255 or 31.06% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #96B6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96B6FE is #694901. Grayscale: #B4B4B4. Windows color (decimal): -6899970 or 16692886. OLE color: 16692886.

HSL color Cylindrical-coordinate representation of color #96B6FE: hue angle of 221.54º 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 #96B6FE is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB150182254-
CMYK0.410.2800.00
HSL221.54º98.11%79.22%-
HSV(B)221.54º40.94%99.61%-
XYZ47.247.1100.37-
YUV180.64169.4106.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.60%
GREEN value IS 182 (71.48% from 255) = 31.06%
BLUE value IS 254 (99.61% from 255) = 43.34%
R=25.60%
G=31.06%
B=43.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1501822540.410.2800.00221.5498.1179.22
Hex96B6FE291C00de624f
Octal226266376513400336142117
Binary10010110101101101111111010100111100001101111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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