#95acfb

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

Shades of Perano #95ACFB

Tints of Perano #95ACFB

Color information

#95ACFB (or 0x95ACFB) is unknown color: approx Perano. HEX triplet: 95, AC and FB. RGB value is (149,172,251). Sum of RGB (Red+Green+Blue) = 149+172+251=572 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.05% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #95ACFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95ACFB is #6A5304. Grayscale: #ADADAD. Windows color (decimal): -6968069 or 16493717. OLE color: 16493717.

HSL color Cylindrical-coordinate representation of color #95ACFB: hue angle of 226.47º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95ACFB is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149172251-
CMYK0.410.3100.02
HSL226.47º92.73%78.43%-
HSV(B)226.47º40.64%98.43%-
XYZ44.5642.8697.19-
YUV174.13171.38110.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.05%
GREEN value IS 172 (67.58% from 255) = 30.07%
BLUE value IS 251 (98.44% from 255) = 43.88%
R=26.05%
G=30.07%
B=43.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1491722510.410.3100.02226.4792.7378.43
Hex95ACFB291F02e25d4e
Octal225254373513702342135116
Binary100101011010110011111011101001111110101110001010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95acfb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,172,251); }

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

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

 a { background-color: rgb(149,172,251); }

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

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

 span { border-color: rgb(149,172,251); }

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