#95ABEF

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

Shades of Perano #95ABEF

Tints of Perano #95ABEF

Color information

#95ABEF (or 0x95ABEF) is unknown color: approx Perano. HEX triplet: 95, AB and EF. RGB value is (149,171,239). Sum of RGB (Red+Green+Blue) = 149+171+239=559 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.65% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 239 - color contains mainly: blue. Hex color #95ABEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95ABEF is #6A5410. Grayscale: #ABABAB. Windows color (decimal): -6968337 or 15707029. OLE color: 15707029.

HSL color Cylindrical-coordinate representation of color #95ABEF: hue angle of 225.33º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95ABEF is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB149171239-
CMYK0.380.2800.06
HSL225.33º73.77%76.08%-
HSV(B)225.33º37.66%93.73%-
XYZ42.5441.7587.48-
YUV172.17165.71111.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.65%
GREEN value IS 171 (67.19% from 255) = 30.59%
BLUE value IS 239 (93.75% from 255) = 42.75%
R=26.65%
G=30.59%
B=42.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1491712390.380.2800.06225.3373.7776.08
Hex95ABEF261C06e14a4c
Octal225253357463406341112114
Binary1001010110101011111011111001101110001101110000110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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