#96AEFF

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

Shades of Perano #96AEFF

Tints of Perano #96AEFF

Color information

#96AEFF (or 0x96AEFF) is unknown color: approx Perano. HEX triplet: 96, AE and FF. RGB value is (150,174,255). Sum of RGB (Red+Green+Blue) = 150+174+255=579 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.91% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #96AEFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96AEFF is #695100. Grayscale: #AFAFAF. Windows color (decimal): -6902017 or 16756374. OLE color: 16756374.

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

Color convert

RGB150174255-
CMYK0.410.3200
HSL226.29º100%79.41%-
HSV(B)226.29º41.18%100%-
XYZ45.7643.98100.68-
YUV176.06172.55109.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.91%
GREEN value IS 174 (68.36% from 255) = 30.05%
BLUE value IS 255 (100% from 255) = 44.04%
R=25.91%
G=30.05%
B=44.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1501742550.410.3200226.2910079.41
Hex96AEFF292000e2644f
Octal226256377514000342144117
Binary100101101010111011111111101001100000001110001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,174,255); }

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

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

 a { background-color: rgb(150,174,255); }

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

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

 span { border-color: rgb(150,174,255); }

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