#96AFF9

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

Shades of Perano #96AFF9

Tints of Perano #96AFF9

Color information

#96AFF9 (or 0x96AFF9) is unknown color: approx Perano. HEX triplet: 96, AF and F9. RGB value is (150,175,249). Sum of RGB (Red+Green+Blue) = 150+175+249=574 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.13% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 249 (97.66% from 255 or 43.38% from 574); Max value from RGB is 249 - color contains mainly: blue. Hex color #96AFF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96AFF9 is #695006. Grayscale: #AFAFAF. Windows color (decimal): -6901767 or 16363414. OLE color: 16363414.

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

Color convert

RGB150175249-
CMYK0.400.3000.02
HSL224.85º89.19%78.24%-
HSV(B)224.85º39.76%97.65%-
XYZ45.0143.9895.74-
YUV175.96169.22109.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.13%
GREEN value IS 175 (68.75% from 255) = 30.49%
BLUE value IS 249 (97.66% from 255) = 43.38%
R=26.13%
G=30.49%
B=43.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501752490.400.3000.02224.8589.1978.24
Hex96AFF9281E02e1594e
Octal226257371503602341131116
Binary100101101010111111111001101000111100101110000110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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