#96b0fe

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

Shades of Perano #96B0FE

Tints of Perano #96B0FE

Color information

#96B0FE (or 0x96B0FE) is unknown color: approx Perano. HEX triplet: 96, B0 and FE. RGB value is (150,176,254). Sum of RGB (Red+Green+Blue) = 150+176+254=580 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.86% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #96B0FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96B0FE is #694F01. Grayscale: #B0B0B0. Windows color (decimal): -6901506 or 16691350. OLE color: 16691350.

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

Color convert

RGB150176254-
CMYK0.410.3100.00
HSL225º98.11%79.22%-
HSV(B)225º40.94%99.61%-
XYZ45.9944.6999.97-
YUV177.12171.39108.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.86%
GREEN value IS 176 (69.14% from 255) = 30.34%
BLUE value IS 254 (99.61% from 255) = 43.79%
R=25.86%
G=30.34%
B=43.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1501762540.410.3100.0022598.1179.22
Hex96B0FE291F00e1624f
Octal226260376513700341142117
Binary10010110101100001111111010100111111001110000111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96b0fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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