#96B5F8

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

Shades of Perano #96B5F8

Tints of Perano #96B5F8

Color information

#96B5F8 (or 0x96B5F8) is unknown color: approx Perano. HEX triplet: 96, B5 and F8. RGB value is (150,181,248). Sum of RGB (Red+Green+Blue) = 150+181+248=579 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.91% from 579); Green value is 181 (71.09% from 255 or 31.26% from 579); Blue value is 248 (97.27% from 255 or 42.83% from 579); Max value from RGB is 248 - color contains mainly: blue. Hex color #96B5F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96B5F8 is #694A07. Grayscale: #B3B3B3. Windows color (decimal): -6900232 or 16299414. OLE color: 16299414.

HSL color Cylindrical-coordinate representation of color #96B5F8: hue angle of 221.02º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96B5F8 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB150181248-
CMYK0.400.2700.03
HSL221.02º87.5%78.04%-
HSV(B)221.02º39.52%97.25%-
XYZ46.0446.3195.32-
YUV179.37166.73107.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.91%
GREEN value IS 181 (71.09% from 255) = 31.26%
BLUE value IS 248 (97.27% from 255) = 42.83%
R=25.91%
G=31.26%
B=42.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1501812480.400.2700.03221.0287.578.04
Hex96B5F8281B03dd584e
Octal226265370503303335130116
Binary100101101011010111111000101000110110111101110110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,181,248); }

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

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

 a { background-color: rgb(150,181,248); }

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

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

 span { border-color: rgb(150,181,248); }

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