#96B2F9

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

Shades of Perano #96B2F9

Tints of Perano #96B2F9

Color information

#96B2F9 (or 0x96B2F9) is unknown color: approx Perano. HEX triplet: 96, B2 and F9. RGB value is (150,178,249). Sum of RGB (Red+Green+Blue) = 150+178+249=577 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.00% from 577); Green value is 178 (69.92% from 255 or 30.85% from 577); Blue value is 249 (97.66% from 255 or 43.15% from 577); Max value from RGB is 249 - color contains mainly: blue. Hex color #96B2F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96B2F9 is #694D06. Grayscale: #B1B1B1. Windows color (decimal): -6900999 or 16364182. OLE color: 16364182.

HSL color Cylindrical-coordinate representation of color #96B2F9: hue angle of 223.03º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96B2F9 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150178249-
CMYK0.400.2900.02
HSL223.03º89.19%78.24%-
HSV(B)223.03º39.76%97.65%-
XYZ45.645.1695.94-
YUV177.72168.22108.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.00%
GREEN value IS 178 (69.92% from 255) = 30.85%
BLUE value IS 249 (97.66% from 255) = 43.15%
R=26.00%
G=30.85%
B=43.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501782490.400.2900.02223.0389.1978.24
Hex96B2F9281D02df594e
Octal226262371503502337131116
Binary100101101011001011111001101000111010101101111110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,178,249); }

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

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

 a { background-color: rgb(150,178,249); }

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

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

 span { border-color: rgb(150,178,249); }

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