#95ADFF

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

Shades of Perano #95ADFF

Tints of Perano #95ADFF

Color information

#95ADFF (or 0x95ADFF) is unknown color: approx Perano. HEX triplet: 95, AD and FF. RGB value is (149,173,255). Sum of RGB (Red+Green+Blue) = 149+173+255=577 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.82% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #95ADFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95ADFF is #6A5200. Grayscale: #AEAEAE. Windows color (decimal): -6967809 or 16756117. OLE color: 16756117.

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

Color convert

RGB149173255-
CMYK0.420.3200
HSL226.42º100%79.22%-
HSV(B)226.42º41.57%100%-
XYZ45.3943.5100.61-
YUV175.17173.05109.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.82%
GREEN value IS 173 (67.97% from 255) = 29.98%
BLUE value IS 255 (100% from 255) = 44.19%
R=25.82%
G=29.98%
B=44.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1491732550.420.3200226.4210079.22
Hex95ADFF2A2000e2644f
Octal225255377524000342144117
Binary100101011010110111111111101010100000001110001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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