#96AFF8

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

Shades of Perano #96AFF8

Tints of Perano #96AFF8

Color information

#96AFF8 (or 0x96AFF8) is unknown color: approx Perano. HEX triplet: 96, AF and F8. RGB value is (150,175,248). Sum of RGB (Red+Green+Blue) = 150+175+248=573 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.18% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 248 (97.27% from 255 or 43.28% from 573); Max value from RGB is 248 - color contains mainly: blue. Hex color #96AFF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96AFF8 is #695007. Grayscale: #AFAFAF. Windows color (decimal): -6901768 or 16297878. OLE color: 16297878.

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

Color convert

RGB150175248-
CMYK0.400.2900.03
HSL224.69º87.5%78.04%-
HSV(B)224.69º39.52%97.25%-
XYZ44.8543.9294.92-
YUV175.85168.72109.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.18%
GREEN value IS 175 (68.75% from 255) = 30.54%
BLUE value IS 248 (97.27% from 255) = 43.28%
R=26.18%
G=30.54%
B=43.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1501752480.400.2900.03224.6987.578.04
Hex96AFF8281D03e1584e
Octal226257370503503341130116
Binary100101101010111111111000101000111010111110000110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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