#95ABF9

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

Shades of Perano #95ABF9

Tints of Perano #95ABF9

Color information

#95ABF9 (or 0x95ABF9) is unknown color: approx Perano. HEX triplet: 95, AB and F9. RGB value is (149,171,249). Sum of RGB (Red+Green+Blue) = 149+171+249=569 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.19% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 249 (97.66% from 255 or 43.76% from 569); Max value from RGB is 249 - color contains mainly: blue. Hex color #95ABF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95ABF9 is #6A5406. Grayscale: #ACACAC. Windows color (decimal): -6968327 or 16362389. OLE color: 16362389.

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

Color convert

RGB149171249-
CMYK0.400.3100.02
HSL226.8º89.29%78.04%-
HSV(B)226.8º40.16%97.65%-
XYZ44.0642.3595.48-
YUV173.31170.71110.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.19%
GREEN value IS 171 (67.19% from 255) = 30.05%
BLUE value IS 249 (97.66% from 255) = 43.76%
R=26.19%
G=30.05%
B=43.76%

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
Decimal1491712490.400.3100.02226.889.2978.04
Hex95ABF9281F02e3594e
Octal225253371503702343131116
Binary100101011010101111111001101000111110101110001110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ABF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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