#94ABF3

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

Shades of Perano #94ABF3

Tints of Perano #94ABF3

Color information

#94ABF3 (or 0x94ABF3) is unknown color: approx Perano. HEX triplet: 94, AB and F3. RGB value is (148,171,243). Sum of RGB (Red+Green+Blue) = 148+171+243=562 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.33% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 243 (95.31% from 255 or 43.24% from 562); Max value from RGB is 243 - color contains mainly: blue. Hex color #94ABF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94ABF3 is #6B540C. Grayscale: #ACACAC. Windows color (decimal): -7033869 or 15969172. OLE color: 15969172.

HSL color Cylindrical-coordinate representation of color #94ABF3: hue angle of 225.47º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94ABF3 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB148171243-
CMYK0.390.3000.05
HSL225.47º79.83%76.67%-
HSV(B)225.47º39.09%95.29%-
XYZ42.9541.8990.62-
YUV172.33167.88110.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.33%
GREEN value IS 171 (67.19% from 255) = 30.43%
BLUE value IS 243 (95.31% from 255) = 43.24%
R=26.33%
G=30.43%
B=43.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1481712430.390.3000.05225.4779.8376.67
Hex94ABF3271E05e1504d
Octal224253363473605341120115
Binary1001010010101011111100111001111111001011110000110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ABF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,171,243); }

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

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

 a { background-color: rgb(148,171,243); }

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

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

 span { border-color: rgb(148,171,243); }

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