#95AEFF

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

Shades of Perano #95AEFF

Tints of Perano #95AEFF

Color information

#95AEFF (or 0x95AEFF) is unknown color: approx Perano. HEX triplet: 95, AE and FF. RGB value is (149,174,255). Sum of RGB (Red+Green+Blue) = 149+174+255=578 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.78% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #95AEFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95AEFF is #6A5100. Grayscale: #AFAFAF. Windows color (decimal): -6967553 or 16756373. OLE color: 16756373.

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

Color convert

RGB149174255-
CMYK0.420.3200
HSL225.85º100%79.22%-
HSV(B)225.85º41.57%100%-
XYZ45.5843.88100.68-
YUV175.76172.72108.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.78%
GREEN value IS 174 (68.36% from 255) = 30.10%
BLUE value IS 255 (100% from 255) = 44.12%
R=25.78%
G=30.10%
B=44.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1491742550.420.3200225.8510079.22
Hex95AEFF2A2000e2644f
Octal225256377524000342144117
Binary100101011010111011111111101010100000001110001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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