#95ACFF

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

Shades of Perano #95ACFF

Tints of Perano #95ACFF

Color information

#95ACFF (or 0x95ACFF) is unknown color: approx Perano. HEX triplet: 95, AC and FF. RGB value is (149,172,255). Sum of RGB (Red+Green+Blue) = 149+172+255=576 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.87% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #95ACFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95ACFF is #6A5300. Grayscale: #AEAEAE. Windows color (decimal): -6968065 or 16755861. OLE color: 16755861.

HSL color Cylindrical-coordinate representation of color #95ACFF: hue angle of 226.98º 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 #95ACFF is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB149172255-
CMYK0.420.3300
HSL226.98º100%79.22%-
HSV(B)226.98º41.57%100%-
XYZ45.243.11100.55-
YUV174.58173.38109.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.87%
GREEN value IS 172 (67.58% from 255) = 29.86%
BLUE value IS 255 (100% from 255) = 44.27%
R=25.87%
G=29.86%
B=44.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1491722550.420.3300226.9810079.22
Hex95ACFF2A2100e3644f
Octal225254377524100343144117
Binary100101011010110011111111101010100001001110001111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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