#96B2F6

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

Shades of Perano #96B2F6

Tints of Perano #96B2F6

Color information

#96B2F6 (or 0x96B2F6) is unknown color: approx Perano. HEX triplet: 96, B2 and F6. RGB value is (150,178,246). Sum of RGB (Red+Green+Blue) = 150+178+246=574 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.13% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 246 (96.48% from 255 or 42.86% from 574); Max value from RGB is 246 - color contains mainly: blue. Hex color #96B2F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96B2F6 is #694D09. Grayscale: #B1B1B1. Windows color (decimal): -6901002 or 16167574. OLE color: 16167574.

HSL color Cylindrical-coordinate representation of color #96B2F6: hue angle of 222.5º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96B2F6 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB150178246-
CMYK0.390.2800.04
HSL222.5º84.21%77.65%-
HSV(B)222.5º39.02%96.47%-
XYZ45.1344.9893.49-
YUV177.38166.72108.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.13%
GREEN value IS 178 (69.92% from 255) = 31.01%
BLUE value IS 246 (96.48% from 255) = 42.86%
R=26.13%
G=31.01%
B=42.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1501782460.390.2800.04222.584.2177.65
Hex96B2F6271C04de544e
Octal226262366473404336124116
Binary1001011010110010111101101001111110001001101111010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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