#95AAF4

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

Shades of Perano #95AAF4

Tints of Perano #95AAF4

Color information

#95AAF4 (or 0x95AAF4) is unknown color: approx Perano. HEX triplet: 95, AA and F4. RGB value is (149,170,244). Sum of RGB (Red+Green+Blue) = 149+170+244=563 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.47% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 244 (95.70% from 255 or 43.34% from 563); Max value from RGB is 244 - color contains mainly: blue. Hex color #95AAF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95AAF4 is #6A550B. Grayscale: #ABABAB. Windows color (decimal): -6968588 or 16034453. OLE color: 16034453.

HSL color Cylindrical-coordinate representation of color #95AAF4: hue angle of 226.74º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95AAF4 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB149170244-
CMYK0.390.3000.04
HSL226.74º81.2%77.06%-
HSV(B)226.74º38.93%95.69%-
XYZ43.141.6791.36-
YUV172.16168.54111.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.47%
GREEN value IS 170 (66.80% from 255) = 30.20%
BLUE value IS 244 (95.70% from 255) = 43.34%
R=26.47%
G=30.20%
B=43.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1491702440.390.3000.04226.7481.277.06
Hex95AAF4271E04e3514d
Octal225252364473604343121115
Binary1001010110101010111101001001111111001001110001110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,170,244); }

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

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

 a { background-color: rgb(149,170,244); }

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

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

 span { border-color: rgb(149,170,244); }

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