#95ABFF

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

Shades of Perano #95ABFF

Tints of Perano #95ABFF

Color information

#95ABFF (or 0x95ABFF) is unknown color: approx Perano. HEX triplet: 95, AB and FF. RGB value is (149,171,255). Sum of RGB (Red+Green+Blue) = 149+171+255=575 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.91% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #95ABFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95ABFF is #6A5400. Grayscale: #ADADAD. Windows color (decimal): -6968321 or 16755605. OLE color: 16755605.

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

Color convert

RGB149171255-
CMYK0.420.3300
HSL227.55º100%79.22%-
HSV(B)227.55º41.57%100%-
XYZ45.0142.74100.48-
YUV174173.71110.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.91%
GREEN value IS 171 (67.19% from 255) = 29.74%
BLUE value IS 255 (100% from 255) = 44.35%
R=25.91%
G=29.74%
B=44.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1491712550.420.3300227.5510079.22
Hex95ABFF2A2100e4644f
Octal225253377524100344144117
Binary100101011010101111111111101010100001001110010011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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