#96B0FD

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

Shades of Perano #96B0FD

Tints of Perano #96B0FD

Color information

#96B0FD (or 0x96B0FD) is unknown color: approx Perano. HEX triplet: 96, B0 and FD. RGB value is (150,176,253). Sum of RGB (Red+Green+Blue) = 150+176+253=579 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.91% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #96B0FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96B0FD is #694F02. Grayscale: #B0B0B0. Windows color (decimal): -6901507 or 16625814. OLE color: 16625814.

HSL color Cylindrical-coordinate representation of color #96B0FD: hue angle of 224.85º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96B0FD is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB150176253-
CMYK0.410.3000.01
HSL224.85º96.26%79.02%-
HSV(B)224.85º40.71%99.22%-
XYZ45.8344.6399.13-
YUV177170.89108.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.91%
GREEN value IS 176 (69.14% from 255) = 30.40%
BLUE value IS 253 (99.22% from 255) = 43.70%
R=25.91%
G=30.40%
B=43.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1501762530.410.3000.01224.8596.2679.02
Hex96B0FD291E01e1604f
Octal226260375513601341140117
Binary10010110101100001111110110100111110011110000111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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