#95AFFD

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

Shades of Perano #95AFFD

Tints of Perano #95AFFD

Color information

#95AFFD (or 0x95AFFD) is unknown color: approx Perano. HEX triplet: 95, AF and FD. RGB value is (149,175,253). Sum of RGB (Red+Green+Blue) = 149+175+253=577 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.82% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #95AFFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95AFFD is #6A5002. Grayscale: #AFAFAF. Windows color (decimal): -6967299 or 16625557. OLE color: 16625557.

HSL color Cylindrical-coordinate representation of color #95AFFD: hue angle of 225º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95AFFD is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB149175253-
CMYK0.410.3100.01
HSL225º96.3%78.82%-
HSV(B)225º41.11%99.22%-
XYZ45.4544.1499.05-
YUV176.12171.39108.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.82%
GREEN value IS 175 (68.75% from 255) = 30.33%
BLUE value IS 253 (99.22% from 255) = 43.85%
R=25.82%
G=30.33%
B=43.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1491752530.410.3100.0122596.378.82
Hex95AFFD291F01e1604f
Octal225257375513701341140117
Binary10010101101011111111110110100111111011110000111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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