#95AFF9

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

Shades of Perano #95AFF9

Tints of Perano #95AFF9

Color information

#95AFF9 (or 0x95AFF9) is unknown color: approx Perano. HEX triplet: 95, AF and F9. RGB value is (149,175,249). Sum of RGB (Red+Green+Blue) = 149+175+249=573 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.00% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 249 - color contains mainly: blue. Hex color #95AFF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95AFF9 is #6A5006. Grayscale: #AFAFAF. Windows color (decimal): -6967303 or 16363413. OLE color: 16363413.

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

Color convert

RGB149175249-
CMYK0.400.3000.02
HSL224.4º89.29%78.04%-
HSV(B)224.4º40.16%97.65%-
XYZ44.8243.8995.73-
YUV175.66169.39108.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.00%
GREEN value IS 175 (68.75% from 255) = 30.54%
BLUE value IS 249 (97.66% from 255) = 43.46%
R=26.00%
G=30.54%
B=43.46%

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
Decimal1491752490.400.3000.02224.489.2978.04
Hex95AFF9281E02e0594e
Octal225257371503602340131116
Binary100101011010111111111001101000111100101110000010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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