#95AEFE

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

Shades of Perano #95AEFE

Tints of Perano #95AEFE

Color information

#95AEFE (or 0x95AEFE) is unknown color: approx Perano. HEX triplet: 95, AE and FE. RGB value is (149,174,254). Sum of RGB (Red+Green+Blue) = 149+174+254=577 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.82% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #95AEFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95AEFE is #6A5101. Grayscale: #AFAFAF. Windows color (decimal): -6967554 or 16690837. OLE color: 16690837.

HSL color Cylindrical-coordinate representation of color #95AEFE: hue angle of 225.71º 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 #95AEFE is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB149174254-
CMYK0.410.3100.00
HSL225.71º98.13%79.02%-
HSV(B)225.71º41.34%99.61%-
XYZ45.4243.8299.83-
YUV175.64172.22109-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.82%
GREEN value IS 174 (68.36% from 255) = 30.16%
BLUE value IS 254 (99.61% from 255) = 44.02%
R=25.82%
G=30.16%
B=44.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1491742540.410.3100.00225.7198.1379.02
Hex95AEFE291F00e2624f
Octal225256376513700342142117
Binary10010101101011101111111010100111111001110001011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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