#95AFFA

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

Shades of Perano #95AFFA

Tints of Perano #95AFFA

Color information

#95AFFA (or 0x95AFFA) is unknown color: approx Perano. HEX triplet: 95, AF and FA. RGB value is (149,175,250). Sum of RGB (Red+Green+Blue) = 149+175+250=574 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.96% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #95AFFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95AFFA is #6A5005. Grayscale: #AFAFAF. Windows color (decimal): -6967302 or 16428949. OLE color: 16428949.

HSL color Cylindrical-coordinate representation of color #95AFFA: hue angle of 224.55º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95AFFA is Cyan = 0.40, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149175250-
CMYK0.400.300.02
HSL224.55º90.99%78.24%-
HSV(B)224.55º40.4%98.04%-
XYZ44.9843.9596.56-
YUV175.78169.89108.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.96%
GREEN value IS 175 (68.75% from 255) = 30.49%
BLUE value IS 250 (98.05% from 255) = 43.55%
R=25.96%
G=30.49%
B=43.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1491752500.400.300.02224.5590.9978.24
Hex95AFFA281E02e15b4e
Octal225257372503602341133116
Binary100101011010111111111010101000111100101110000110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,175,250); }

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

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

 a { background-color: rgb(149,175,250); }

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

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

 span { border-color: rgb(149,175,250); }

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