#96B8F9

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

Shades of Perano #96B8F9

Tints of Perano #96B8F9

Color information

#96B8F9 (or 0x96B8F9) is unknown color: approx Perano. HEX triplet: 96, B8 and F9. RGB value is (150,184,249). Sum of RGB (Red+Green+Blue) = 150+184+249=583 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.73% from 583); Green value is 184 (72.27% from 255 or 31.56% from 583); Blue value is 249 (97.66% from 255 or 42.71% from 583); Max value from RGB is 249 - color contains mainly: blue. Hex color #96B8F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96B8F9 is #694706. Grayscale: #B4B4B4. Windows color (decimal): -6899463 or 16365718. OLE color: 16365718.

HSL color Cylindrical-coordinate representation of color #96B8F9: hue angle of 219.39º 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 #96B8F9 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150184249-
CMYK0.400.2600.02
HSL219.39º89.19%78.24%-
HSV(B)219.39º39.76%97.65%-
XYZ46.8247.696.34-
YUV181.24166.24105.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.73%
GREEN value IS 184 (72.27% from 255) = 31.56%
BLUE value IS 249 (97.66% from 255) = 42.71%
R=25.73%
G=31.56%
B=42.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501842490.400.2600.02219.3989.1978.24
Hex96B8F9281A02db594e
Octal226270371503202333131116
Binary100101101011100011111001101000110100101101101110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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