#94AAFD

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

Shades of Perano #94AAFD

Tints of Perano #94AAFD

Color information

#94AAFD (or 0x94AAFD) is unknown color: approx Perano. HEX triplet: 94, AA and FD. RGB value is (148,170,253). Sum of RGB (Red+Green+Blue) = 148+170+253=571 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.92% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #94AAFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94AAFD is #6B5502. Grayscale: #ACACAC. Windows color (decimal): -7034115 or 16624276. OLE color: 16624276.

HSL color Cylindrical-coordinate representation of color #94AAFD: hue angle of 227.43º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94AAFD is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB148170253-
CMYK0.420.3300.01
HSL227.43º96.33%78.63%-
HSV(B)227.43º41.5%99.22%-
XYZ44.3242.1498.73-
YUV172.88173.21110.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.92%
GREEN value IS 170 (66.80% from 255) = 29.77%
BLUE value IS 253 (99.22% from 255) = 44.31%
R=25.92%
G=29.77%
B=44.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1481702530.420.3300.01227.4396.3378.63
Hex94AAFD2A2101e3604f
Octal224252375524101343140117
Binary100101001010101011111101101010100001011110001111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94AAFD; }

 p { color: rgb(148,170,253); }

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

<style>
 a { background-color: #94AAFD; }

 a { background-color: rgb(148,170,253); }

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

<style>
 span { border-color: #94AAFD; }

 span { border-color: rgb(148,170,253); }

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