#95ADFE

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

Shades of Perano #95ADFE

Tints of Perano #95ADFE

Color information

#95ADFE (or 0x95ADFE) is unknown color: approx Perano. HEX triplet: 95, AD and FE. RGB value is (149,173,254). Sum of RGB (Red+Green+Blue) = 149+173+254=576 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.87% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #95ADFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95ADFE is #6A5201. Grayscale: #AEAEAE. Windows color (decimal): -6967810 or 16690581. OLE color: 16690581.

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

Color convert

RGB149173254-
CMYK0.410.3200.00
HSL226.29º98.13%79.02%-
HSV(B)226.29º41.34%99.61%-
XYZ45.2343.4399.77-
YUV175.06172.55109.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.87%
GREEN value IS 173 (67.97% from 255) = 30.03%
BLUE value IS 254 (99.61% from 255) = 44.10%
R=25.87%
G=30.03%
B=44.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1491732540.410.3200.00226.2998.1379.02
Hex95ADFE292000e2624f
Octal225255376514000342142117
Binary100101011010110111111110101001100000001110001011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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