#95ACF9

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

Shades of Perano #95ACF9

Tints of Perano #95ACF9

Color information

#95ACF9 (or 0x95ACF9) is unknown color: approx Perano. HEX triplet: 95, AC and F9. RGB value is (149,172,249). Sum of RGB (Red+Green+Blue) = 149+172+249=570 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.14% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #95ACF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95ACF9 is #6A5306. Grayscale: #ADADAD. Windows color (decimal): -6968071 or 16362645. OLE color: 16362645.

HSL color Cylindrical-coordinate representation of color #95ACF9: hue angle of 226.2º degrees, saturation: 0.89, 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 #95ACF9 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149172249-
CMYK0.400.3100.02
HSL226.2º89.29%78.04%-
HSV(B)226.2º40.16%97.65%-
XYZ44.2542.7395.54-
YUV173.9170.38110.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.14%
GREEN value IS 172 (67.58% from 255) = 30.18%
BLUE value IS 249 (97.66% from 255) = 43.68%
R=26.14%
G=30.18%
B=43.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1491722490.400.3100.02226.289.2978.04
Hex95ACF9281F02e2594e
Octal225254371503702342131116
Binary100101011010110011111001101000111110101110001010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ACF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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